diff options
author | Unknwon <u@gogs.io> | 2015-12-14 09:38:21 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-14 09:38:21 -0500 |
commit | 50264200f04d227ce5e36792cb7b951789693570 (patch) | |
tree | 3e94d9bde04308031216565ef32130d0b7ac26de /gogs.go | |
parent | 7436ce640394d06129d8c10f7b69f28135892126 (diff) | |
download | gitea-50264200f04d227ce5e36792cb7b951789693570.tar.gz gitea-50264200f04d227ce5e36792cb7b951789693570.zip |
fix huge diff hangs
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |