We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05516f3 commit 196e210Copy full SHA for 196e210
lib/util/util.go
@@ -60,7 +60,7 @@ const (
60
NonStreamingCompact = 2
61
StreamingCompact = 1
62
AutoCompact = 0
63
- DefaultExpectedSegmentSize uint32 = 1024 * 1024
+ DefaultExpectedSegmentSize uint32 = 8 * 1024 * 1024
64
DefaultFileSizeLimit = 8 * 1024 * 1024 * 1024
65
)
66
0 commit comments