mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
863 stars 46 forks source link

bug: Allow threadpool size to be set. #1560

Closed jrconlin closed 3 months ago

jrconlin commented 3 months ago

It appears that the replacement for setting ACTIX_THREADPOOL would be to call ServiceBuilder.worker_max_blocking_threads() This PR introduces the ability to set this value ~either~ by using the worker_max_blocking_threads configuration variable ~or ACTIX_THREADPOOL environment variable~.

Closes #SYNC-4271

pjenvey commented 3 months ago

FYI: https://github.com/mozilla-services/cloudops-infra/pull/5650