mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 16:12:25 -05:00
🙈 (#2322)
This commit is contained in:
parent
ce71a5a790
commit
238e85a754
4 changed files with 4 additions and 6 deletions
1
vendor/codeberg.org/gruf/go-mutexes/map.go
generated
vendored
1
vendor/codeberg.org/gruf/go-mutexes/map.go
generated
vendored
|
|
@ -9,7 +9,6 @@ const (
|
|||
// possible lock types.
|
||||
lockTypeRead = uint8(1) << 0
|
||||
lockTypeWrite = uint8(1) << 1
|
||||
lockTypeMap = uint8(1) << 2
|
||||
|
||||
// frequency of GC cycles
|
||||
// per no. unlocks. i.e.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue