1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

#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())