conf: made the default webhook timeout duration longer. (#4423)

A 5 seconds timeout is too low and can cause random timeouts in certain setups.
pull/4517/merge
BartWillems 2017-05-30 05:27:02 +02:00 committed by 无闻
parent 1a3a303f8d
commit 306ba917ea
1 changed files with 1 additions and 1 deletions

View File

@ -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