Skip to content
Snippets Groups Projects
Commit 133d77d9 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

thread pool: increase max io pool size to 512

parent 9451861f
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
namespace dht {
constexpr const size_t IO_THREADS_MAX {64};
constexpr const size_t IO_THREADS_MAX {512};
ThreadPool&
ThreadPool::computation()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment