index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
models
/
wiki.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2016-08-30 15:19:53 -0700
committer
Unknwon <u@gogs.io>
2016-08-30 15:19:53 -0700
commit
43297148b22b976d9cec0c56c863a704f3691c0e
(
patch
)
tree
230bce7c66ae688c447684357bf8bd7cc0315211
/
models/wiki.go
parent
c0c1a4b01b4dee3cc85d26f4081ff0a456a16b38
(
diff
)
modules/sync: rename SingleInstancePool to ExclusivePool
Diffstat
(limited to 'models/wiki.go')
-rw-r--r--
models/wiki.go
2
1 files changed, 1 insertions, 1 deletions
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 {