mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Increase queue length (#27555)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user