Merge 31215 via http_inc_thr16_wq64-27

This commit is contained in:
Luke Dashjr 2025-03-05 03:27:08 +00:00
commit d54c2bacb8

View File

@ -14,8 +14,8 @@ namespace util {
class SignalInterrupt;
} // namespace util
static const int DEFAULT_HTTP_THREADS=4;
static const int DEFAULT_HTTP_WORKQUEUE=16;
static const int DEFAULT_HTTP_THREADS{16};
static const int DEFAULT_HTTP_WORKQUEUE{64};
static const int DEFAULT_HTTP_SERVER_TIMEOUT=30;
struct evhttp_request;