fix bool check for repo max limit and fix hang when push repo with tons of commits
This commit is contained in:
parent
0e96a46020
commit
99e9bbef6c
6 changed files with 8 additions and 9 deletions
2
gogs.go
2
gogs.go
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.7.39.1210 Beta"
|
||||
const APP_VER = "0.7.40.1210 Beta"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue