mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
tuning slicewidth
This commit is contained in:
parent
0010ea14f8
commit
98c7f8d361
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ import (
|
|||
|
||||
const (
|
||||
// SliceWidth is the number of profile IDs in a slice.
|
||||
SliceWidth = 2097152
|
||||
SliceWidth = 1048576
|
||||
|
||||
// SnapshotExt is the file extension used for an in-process snapshot.
|
||||
SnapshotExt = ".snapshotting"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue