aboutsummaryrefslogtreecommitdiff
path: root/src/common/threadpool.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-11-02Use max_concurrency as-isHoward Chu1-2/+2
Don't try to 2nd guess user
2017-09-15Tweak concurrency limitsHoward Chu1-1/+5
Create capacity for 2x max, but lie about it
2017-09-14Use a threadpoolHoward Chu1-0/+113
Instead of constantly creating and destroying threads