|
@@ -31,6 +31,11 @@ PREFERRED_LICENSES = Apache License 2.0,MIT License
|
|
|
DISABLE_HTTP_GIT = false
|
|
|
; Enable ability to migrate repository by local path
|
|
|
ENABLE_LOCAL_PATH_MIGRATION = false
|
|
|
+; Concurrency is used to retrieve commits information. This variable define
|
|
|
+; the maximum number of tasks that can be run at the same time. Usually, the
|
|
|
+; value depend of how many CPUs (cores) you have. If the value is set to zero
|
|
|
+; or under, GOGS will automatically detect the number of CPUs your system have
|
|
|
+COMMITS_FETCH_CONCURRENCY = 0
|
|
|
|
|
|
[repository.editor]
|
|
|
; List of file extensions that should have line wraps in the CodeMirror editor.
|