This commit is contained in:
kim 2023-10-31 11:30:25 +00:00 committed by GitHub
commit 238e85a754
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 6 deletions

View file

@ -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.