diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-17 14:22:51 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-17 14:22:51 -0400 |
commit | 8a09256941ab0e2ca81e98ac35081f6dc04bb22a (patch) | |
tree | 8c42bbcc28cdbf77112f1581ec2529488b71dbf7 /conf | |
parent | c03f5a2c7cd0c3cba12a8cfbbac03b13136fe9f9 (diff) | |
download | gitea-8a09256941ab0e2ca81e98ac35081f6dc04bb22a.tar.gz gitea-8a09256941ab0e2ca81e98ac35081f6dc04bb22a.zip |
Mirror fix and fix #481
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/app.ini b/conf/app.ini index 099e80525e..ba73a0e8b2 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -252,9 +252,9 @@ DRIVER = ; Based on xorm, e.g.: root:root@localhost/gogs?charset=utf8 CONN = +[git] +MAX_GITDIFF_LINES = 10000 + [i18n] LANGS = en-US,zh-CN,de-DE,fr-CA -NAMES = English,简体中文,Deutsch,Français - -[git] -MAX_GITDIFF_LINES = 10000
\ No newline at end of file +NAMES = English,简体中文,Deutsch,Français
\ No newline at end of file |