Browse Source

fix sqlite3 cannot create repo

tags/v1.21.12.1
Unknwon 10 years ago
parent
commit
98da7241a0
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      conf/app.ini
  2. +2
    -2
      modules/bindata/bindata.go

+ 2
- 2
conf/app.ini View File

@@ -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



+ 2
- 2
modules/bindata/bindata.go
File diff suppressed because it is too large
View File


Loading…
Cancel
Save