forked from forgejo/forgejo
#3290 better code structure and batch minor improvements
This commit is contained in:
parent
2eeb0ec9b0
commit
e7fd65f0cf
10 changed files with 196 additions and 228 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.9.59.0730"
|
||||
const APP_VER = "0.9.60.0803"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue