commit 77f3f2ff6fca9ac79a3bed2ac60fca292659d97b
parent 0851faee411d86f0cf9c0c717a1861b412171a10
Author: Daniel Chavez <dacechavez@gmail.com>
Date: Sun, 5 May 2019 14:46:23 +0200
mention curl_recv_max and curl_timeout
Diffstat:
applications/koreconf.md | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/applications/koreconf.md b/applications/koreconf.md
@@ -111,3 +111,9 @@ There are more options than what is listed below, specifically for validators, a
**tls_dhparam** (default: dh2048.pem)
> The DH parameters to load (**required**)
+**curl_recv_max** (default: 2097152)
+> Maximum incoming bytes for a response.
+
+**curl_timeout** (default: 60)
+> Timeout in seconds before a transfer is cancelled.
+