1
0
Fork 0
forked from forgejo/forgejo

Allow setting git operations timeouts

- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
This commit is contained in:
Unknwon 2016-02-29 19:29:49 -05:00
parent ea80274229
commit 9e89584cb4
8 changed files with 29 additions and 10 deletions

View file

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