mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-23 09:30:50 +00:00
modules/sync: rename SingleInstancePool to ExclusivePool
This commit is contained in:
parent
c0c1a4b01b
commit
43297148b2
3 changed files with 12 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue