aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpserver.h')
-rw-r--r--src/httpserver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/httpserver.h b/src/httpserver.h
index 648e8b6f86..1b0d77ad4d 100644
--- a/src/httpserver.h
+++ b/src/httpserver.h
@@ -11,6 +11,10 @@
#include <boost/scoped_ptr.hpp>
#include <boost/function.hpp>
+static const int DEFAULT_HTTP_THREADS=4;
+static const int DEFAULT_HTTP_WORKQUEUE=16;
+static const int DEFAULT_HTTP_TIMEOUT=30;
+
struct evhttp_request;
struct event_base;
class CService;