From 43297148b22b976d9cec0c56c863a704f3691c0e Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 30 Aug 2016 15:19:53 -0700 Subject: modules/sync: rename SingleInstancePool to ExclusivePool --- models/wiki.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/wiki.go') diff --git a/models/wiki.go b/models/wiki.go index f62cd2ac..bc8aaf66 100644 --- a/models/wiki.go +++ b/models/wiki.go @@ -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 { -- cgit v1.2.3