Closed Kubuxu closed 3 years ago
Ideally the worker count would be dynamic - increasing as new jobs are added and then floating downwards as jobs finish. In any case even with a dynamic worker count it will still be useful to have a configurable upper limit on the number of workers.
It would be great if
blockstoreWorkerCount
frominternal/decision/engine.go
was configurable. Currently, it spawns 128 goroutines per bitswap which is really noisy in tests.