diff options
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 213d945115..a5f7a0b7ca 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -11,6 +11,8 @@ RUN_MODE = dev [repository] ROOT = SCRIPT_TYPE = bash +; Patch test queue length, make it as large as possible. +PULL_REQUEST_QUEUE_LENGTH = 10000 [ui] ; Number of repositories that are showed in one explore page |