improve get commits performance

This commit is contained in:
Unknwon 2015-12-13 22:58:12 -05:00
parent acdb4d8bdd
commit 7509fa2c33
6 changed files with 10 additions and 36 deletions

View file

@ -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())