aboutsummaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorJason Song <i@wolfogre.com>2023-10-10 18:47:49 +0800
committerGitHub <noreply@github.com>2023-10-10 18:47:49 +0800
commit2c7b6c378e73665920056b1b20ecd8fdd78f4045 (patch)
tree0ded46828addb96cc68a73d5184560883f57a1e7 /custom
parent3c131307ac44247e65516135c626e437f089ca9f (diff)
downloadgitea-2c7b6c378e73665920056b1b20ecd8fdd78f4045.tar.gz
gitea-2c7b6c378e73665920056b1b20ecd8fdd78f4045.zip
Increase queue length (#27555)
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index dca530151b..ed2ff5630b 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -1421,7 +1421,7 @@ LEVEL = Info
;DATADIR = queues/ ; Relative paths will be made absolute against `%(APP_DATA_PATH)s`.
;;
;; Default queue length before a channel queue will block
-;LENGTH = 100
+;LENGTH = 100000
;;
;; Batch size to send for batched queues
;BATCH_LENGTH = 20