make cron task configurable

This commit is contained in:
Unknwon 2015-08-18 02:19:29 +08:00
parent d17f102339
commit b1696665bd
10 changed files with 123 additions and 80 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.6.5.0817 Beta"
const APP_VER = "0.6.5.0818 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())