This website works better with JavaScript.
Home
Explore
Help
Sign In
Mirror
/
seaweedfs
mirror of
https://github.com/seaweedfs/seaweedfs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
reduce upfront memory usage for low density volume
pull/3195/head
chrislu
3 years ago
parent
5f8d6b5f13
commit
625fd16a2e
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
weed/storage/needle_map/compact_map.go
2
weed/storage/needle_map/compact_map.go
View File
@ -8,7 +8,7 @@ import (
)
const
(
batch
=
10000
0
batch
=
10000
)
type
SectionalNeedleId
uint32
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Mirror/seaweedfs
Title
Body
Create Issue