diff options
author | Unknown <joe2010xtmf@163.com> | 2014-07-06 17:32:36 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-07-06 17:32:36 -0400 |
commit | 097c8e05e6791efe3876eedf989e2b69190f7f8f (patch) | |
tree | dcf67952ffbfbfd6cd056006073eda7393b723bc /gogs.go | |
parent | fd5412ec47018a72c1f05aca487e10ea0a665e45 (diff) | |
download | gitea-097c8e05e6791efe3876eedf989e2b69190f7f8f.tar.gz gitea-097c8e05e6791efe3876eedf989e2b69190f7f8f.zip |
Able to set timeout for process monitor
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.4.5.0704 Alpha" +const APP_VER = "0.4.5.0706 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |