#1790 fast return for too large diff

This commit is contained in:
Unknwon 2015-10-17 17:25:45 -04:00
parent 932dbccb67
commit 6599869f28
3 changed files with 5 additions and 13 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.6.16.1015 Beta"
const APP_VER = "0.6.16.1017 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())