diff options
author | Unknwon <u@gogs.io> | 2018-09-28 15:37:34 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-09-28 15:37:34 -0400 |
commit | aff0bbcc325d9564fcd2b08c2fd52281f0dfc486 (patch) | |
tree | 91f6cd659a88d905f493254007e420bf2b6e28d4 /conf/app.ini | |
parent | 33e009bedbf4a596f872600b78e2f045245914c6 (diff) |
pkg/ssh: print actual error in panic (#5435)
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index 0c6512b1..220869e0 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -96,7 +96,7 @@ 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 +; or under, Gogs will automatically detect the number of CPUs your system have COMMITS_FETCH_CONCURRENCY = 0 ; Enable render mode for raw file ENABLE_RAW_FILE_RENDER_MODE = false |