Browse Source

Changed CPPHTTPLIB_THREAD_POOL_COUNT back to 8. (#454)

yhirose 5 years ago
parent
commit
528cacdc0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      httplib.h

+ 1 - 1
httplib.h

@@ -50,7 +50,7 @@
 
 #ifndef CPPHTTPLIB_THREAD_POOL_COUNT
 #define CPPHTTPLIB_THREAD_POOL_COUNT                                           \
-  ((std::max)(1u, std::thread::hardware_concurrency() - 1))
+  ((std::max)(8u, std::thread::hardware_concurrency() - 1))
 #endif
 
 /*