diff options
author | BartWillems <bwillems@protonmail.com> | 2017-05-30 05:27:02 +0200 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2017-05-29 23:27:02 -0400 |
commit | 306ba917ea1bf103dd54f9a2781add39f259632f (patch) | |
tree | 1f3461573c2675c9cfcdd6df1cbe6ddea3b45a2b /conf/app.ini | |
parent | 1a3a303f8d9dd9fbc239e0b0f43f919fdf540234 (diff) |
conf: made the default webhook timeout duration longer. (#4423)
A 5 seconds timeout is too low and can cause random timeouts in certain setups.
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index 719c80e3..1d0fd095 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 |