modules/sync: rename SingleInstancePool to ExclusivePool

This commit is contained in:
Unknwon 2016-08-30 15:19:53 -07:00
parent c0c1a4b01b
commit 43297148b2
3 changed files with 12 additions and 11 deletions

View file

@ -21,7 +21,7 @@ import (
"github.com/gogits/gogs/modules/sync"
)
var wikiWorkingPool = sync.NewSingleInstancePool()
var wikiWorkingPool = sync.NewExclusivePool()
// ToWikiPageURL formats a string to corresponding wiki URL name.
func ToWikiPageURL(name string) string {