coding tweaks in preparation for crafting "delete conference" code

This commit is contained in:
2026-02-19 23:24:49 -07:00
parent 831c6c5524
commit d2e6396ca7
8 changed files with 48 additions and 13 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ func main() {
defer stop()
// Set up ampool.
ampool = util.AmNewPool(ctx, 4, 128)
ampool = util.AmNewPool(ctx, config.GlobalConfig.Tuning.WorkerTasks, config.GlobalConfig.Tuning.Queues.WorkerTasks)
go func() {
<-ctx.Done()
ampool.Shutdown()