improve get commits performance
This commit is contained in:
parent
acdb4d8bdd
commit
7509fa2c33
6 changed files with 10 additions and 36 deletions
2
gogs.go
2
gogs.go
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.8.2.1213"
|
||||
const APP_VER = "0.8.3.1213"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue