#2743 workaround to fix XORM problem
This commit is contained in:
parent
4d930f3598
commit
c9901bbba5
5 changed files with 9 additions and 7 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.8.50.0301"
|
||||
const APP_VER = "0.8.51.0303"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue