syncstorage-rs/syncserver-db-common
JR Conlin ab7b4221fd
bug: Allow threadpool size to be set. (#1560)
* bug: Allow threadpool size to be set.

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 by using the
`worker_max_blocking_threads`configuration variable.

Closes #SYNC-4271
2024-05-16 16:36:41 -07:00
..
src refactor: add database crates (#1407) 2023-01-10 16:06:03 -05:00
Cargo.toml bug: Allow threadpool size to be set. (#1560) 2024-05-16 16:36:41 -07:00