mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
Merge 31215 via http_inc_thr16_wq64-27
This commit is contained in:
commit
d54c2bacb8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user