1
0
Fork 0
forked from forgejo/forgejo

#2018 able to sync now for mirrors

- Refactor code to use sync.UniqueQueue
- Closes #3509
This commit is contained in:
Unknwon 2016-08-30 16:18:33 -07:00
parent c1ecb6c60a
commit 8516dfcb6c
16 changed files with 345 additions and 242 deletions

View file

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