Document options for new HTTP/RPC server in --help

This commit is contained in:
Wladimir J. van der Laan
2015-08-28 17:14:51 +02:00
parent be33f3f50b
commit 6d2bc22146
3 changed files with 13 additions and 5 deletions

View File

@@ -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;