1
0
Fork 0
forked from forgejo/forgejo

fix huge diff hangs

This commit is contained in:
Unknwon 2015-12-14 09:38:21 -05:00
parent 7436ce6403
commit 50264200f0
5 changed files with 6 additions and 4 deletions

View file

@ -18,7 +18,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.8.3.1214"
const APP_VER = "0.8.4.1214"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())