diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-09-21 17:16:00 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-09-21 17:16:40 +0200 |
| commit | 5e21388c4812e73a15f0e50a9186d154bece27a8 (patch) | |
| tree | 46da064f42fe524c21533984e0827a60550765e0 /src/httpserver.h | |
| parent | Merge pull request #6654 (diff) | |
| parent | Make RPC tests cope with server-side timeout between requests (diff) | |
| download | discoin-5e21388c4812e73a15f0e50a9186d154bece27a8.tar.xz discoin-5e21388c4812e73a15f0e50a9186d154bece27a8.zip | |
Merge pull request #6695
ddf98d1 Make RPC tests cope with server-side timeout between requests (Wladimir J. van der Laan)
2190ea6 rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout (Wladimir J. van der Laan)
8b2d6ed http: Disable libevent debug logging, if not explicitly enabled (Wladimir J. van der Laan)
5ce43da init: Ignore SIGPIPE (Wladimir J. van der Laan)
Diffstat (limited to 'src/httpserver.h')
| -rw-r--r-- | src/httpserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httpserver.h b/src/httpserver.h index 459c60c04..b377dc19f 100644 --- a/src/httpserver.h +++ b/src/httpserver.h @@ -13,7 +13,7 @@ static const int DEFAULT_HTTP_THREADS=4; static const int DEFAULT_HTTP_WORKQUEUE=16; -static const int DEFAULT_HTTP_TIMEOUT=30; +static const int DEFAULT_HTTP_SERVER_TIMEOUT=30; struct evhttp_request; struct event_base; |