diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-03-01 03:21:13 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-03-01 03:21:13 +0800 |
commit | 18e45aab98bf9a74834a75877b7f80f508508dba (patch) | |
tree | d8499338a79a28bd0890bc4cf1476cc34ef1fea8 /conf/app.ini | |
parent | 344b784d6943ac033d2ce755b6eee34ffc0401e4 (diff) |
template: improve admin config page
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini index 5c25b1a4..6106b466 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -325,8 +325,6 @@ DISABLE_REGULAR_ORG_CREATION = false [webhook] ; Types are enabled for users to use, can be "gogs", "slack", "discord", "dingtalk" TYPES = gogs, slack, discord, dingtalk -; Hook task queue length, increase if webhook shooting starts hanging -QUEUE_LENGTH = 1000 ; Deliver timeout in seconds DELIVER_TIMEOUT = 15 ; Allow insecure certification |