Fix one user may block entire listen loop for builtin SSH
This commit is contained in:
parent
5d192c2ebf
commit
3abad75a1b
3 changed files with 37 additions and 24 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.8.26.0131"
|
||||
const APP_VER = "0.8.26.0201"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue