#2176 fix 500 on /watchers & /stars for pg

This commit is contained in:
Unknwon 2015-12-14 02:40:23 -05:00
parent ea375c0dcc
commit 91789930bc
3 changed files with 16 additions and 6 deletions

View file

@ -18,7 +18,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.8.3.1213"
const APP_VER = "0.8.3.1214"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())