mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Document options for new HTTP/RPC server in --help
This commit is contained in:
parent
be33f3f50b
commit
6d2bc22146
3 changed files with 13 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue