diff options
author | Jason Song <i@wolfogre.com> | 2023-10-10 18:47:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 18:47:49 +0800 |
commit | 2c7b6c378e73665920056b1b20ecd8fdd78f4045 (patch) | |
tree | 0ded46828addb96cc68a73d5184560883f57a1e7 /custom | |
parent | 3c131307ac44247e65516135c626e437f089ca9f (diff) | |
download | gitea-2c7b6c378e73665920056b1b20ecd8fdd78f4045.tar.gz gitea-2c7b6c378e73665920056b1b20ecd8fdd78f4045.zip |
Increase queue length (#27555)
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
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 |