This website requires JavaScript.
Explore
Help
Register
Sign in
nune
/
gitea
Watch
0
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
e45ffc530f
gitea
/
modules
/
globallock
History
Download ZIP
Download TAR.GZ
Lunny Xiao
2da2000413
Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances (
#31813
)
...
Replace
#26486
Fix
#19620
--------- Co-authored-by: Jason Song <i@wolfogre.com>
2024-09-06 10:12:41 +00:00
..
globallock.go
Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances (
#31813
)
2024-09-06 10:12:41 +00:00
globallock_test.go
locker.go
locker_test.go
memory_locker.go
redis_locker.go