aboutsummaryrefslogtreecommitdiff
path: root/src/common/threadpool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use max_concurrency as-isHoward Chu2017-11-021-2/+2
| | | | Don't try to 2nd guess user
* Tweak concurrency limitsHoward Chu2017-09-151-1/+5
| | | | Create capacity for 2x max, but lie about it
* Use a threadpoolHoward Chu2017-09-141-0/+113
Instead of constantly creating and destroying threads