From 306ba917ea1bf103dd54f9a2781add39f259632f Mon Sep 17 00:00:00 2001 From: BartWillems Date: Tue, 30 May 2017 05:27:02 +0200 Subject: [PATCH] conf: made the default webhook timeout duration longer. (#4423) A 5 seconds timeout is too low and can cause random timeouts in certain setups. --- conf/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.ini b/conf/app.ini index 719c80e30..1d0fd095e 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -214,7 +214,7 @@ TYPES = gogs, slack, discord ; Hook task queue length, increase if webhook shooting starts hanging QUEUE_LENGTH = 1000 ; Deliver timeout in seconds -DELIVER_TIMEOUT = 5 +DELIVER_TIMEOUT = 15 ; Allow insecure certification SKIP_TLS_VERIFY = false ; Number of history information in each page