diff options
author | Unknwon <u@gogs.io> | 2015-07-25 21:32:04 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-25 21:32:04 +0800 |
commit | fa298a2c30c358dbfa47fc123c6aca83fe9eb999 (patch) | |
tree | 2179828e8b7c8ebafe3121506f26d52cb0350c63 /conf | |
parent | 2b1442f3dfa3558f4e1a9dd5b1dbb50cf348e6e0 (diff) | |
download | gitea-fa298a2c30c358dbfa47fc123c6aca83fe9eb999.tar.gz gitea-fa298a2c30c358dbfa47fc123c6aca83fe9eb999.zip |
#835: Realtime webhooks
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini index f630c1e52c..08eaec7c24 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -91,8 +91,8 @@ ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false DISABLE_MINIMUM_KEY_SIZE_CHECK = false [webhook] -; Cron task interval in minutes -TASK_INTERVAL = 1 +; Hook task queue length +QUEUE_LENGTH = 1000 ; Deliver timeout in seconds DELIVER_TIMEOUT = 5 ; Allow insecure certification |