-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
type/refactoringExisting code has been cleaned up. There should be no new functionality.Existing code has been cleaned up. There should be no new functionality.
Description
replace "code.gitea.io/gitea/modules/sync" with a cluster aware one ( #13791)
ref https://github.com/go-gitea/gitea/pull/19520/files#r859289575
Lines 32 to 33 in 7b089c4
// TODO: use clustered lock (unique queue? or *abuse* cache) | |
var pullWorkingPool = sync.NewExclusivePool() |
gitea/services/repository/transfer.go
Lines 21 to 23 in 7b089c4
// repoWorkingPool represents a working pool to order the parallel changes to the same repository | |
// TODO: use clustered lock (unique queue? or *abuse* cache) | |
var repoWorkingPool = sync.NewExclusivePool() |
Lines 30 to 31 in 7b089c4
// TODO: use clustered lock (unique queue? or *abuse* cache) | |
wikiWorkingPool = sync.NewExclusivePool() |
viceice
Metadata
Metadata
Assignees
Labels
type/refactoringExisting code has been cleaned up. There should be no new functionality.Existing code has been cleaned up. There should be no new functionality.