mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	PullService lock via pullID (#19520)
* lock pull on git&db actions ... * add TODO notes * rename prQueue 2 prPatchCheckerQueue * fmt
This commit is contained in:
		| @@ -19,6 +19,7 @@ import ( | ||||
| ) | ||||
|  | ||||
| // 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() | ||||
|  | ||||
| // TransferOwnership transfers all corresponding setting from old user to new one. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user