diff options
author | Unknwon <u@gogs.io> | 2015-12-11 10:13:19 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-11 10:13:19 -0500 |
commit | 98da7241a00a13d9fd46bc5d1cec1b2a3ac01534 (patch) | |
tree | e031a7c8a4f13bb8ec73a458ebdb630390921603 /conf/app.ini | |
parent | bc17f2f759b5c40ee1a7f5de064b4a9f622f6b19 (diff) | |
download | gitea-98da7241a00a13d9fd46bc5d1cec1b2a3ac01534.tar.gz gitea-98da7241a00a13d9fd46bc5d1cec1b2a3ac01534.zip |
fix sqlite3 cannot create repo
Diffstat (limited to 'conf/app.ini')
-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 4af04cb519..6095ce284a 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -15,8 +15,8 @@ SCRIPT_TYPE = bash ANSI_CHARSET = ; Force every new repository to be private FORCE_PRIVATE = false -; Global maximum creation limit of repository per user, 0 means no limit -MAX_CREATION_LIMIT = 0 +; Global maximum creation limit of repository per user, -1 means no limit +MAX_CREATION_LIMIT = -1 ; Patch test queue length, make it as large as possible PULL_REQUEST_QUEUE_LENGTH = 10000 |