Document the ACTIX_THREADPOOL env variable for use with mysql databases and change example config to set it to a large number #441
Closed
Description
We're now using the actix threadpool instead of tokio-threadpool in the actix-web 2 branch. Thus, there is a different environment variable, ACTIX_THREADPOOL, we need to set to set the size of the threadpool. It defaults to num_cores * 5. We should probably set it to 128 or some other large number.