diff options
author | Unknwon <u@gogs.io> | 2016-02-29 19:29:49 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-29 19:29:49 -0500 |
commit | 9e89584cb4aa6321311dd291c364c5d956fcead1 (patch) | |
tree | 5712509c42d1f3f55970daa9a210b19b4c8cfc95 /gogs.go | |
parent | ea80274229bca259a64fed7eca181e4a82ff0676 (diff) |
Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
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.8.48.0229" +const APP_VER = "0.8.49.0229" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |