Merged in feature/threadpoolchanges (pull request #121)

Thread Pool Changes

* commentresponses
This commit is contained in:
Michael McGuinness
2025-04-27 15:54:52 +00:00
parent 752fb2e2c0
commit e4bdb968ba
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ func New(ctx context.Context, cfg Config) (func() error, error) {
return nil, err
}
cfg.SetThreadPool(cfg.GetLogger())
cfg.StartThreadPool(cfg.GetLogger())
return closeTracer, nil
}