Skip to content

Commit 5f97a93

Browse files
committed
Allow larger segments
1 parent 926c721 commit 5f97a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Index.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Self = @This();
3939

4040
const Options = struct {
4141
min_segment_size: usize = 500_000,
42-
max_segment_size: usize = 500_000_000,
42+
max_segment_size: usize = 750_000_000,
4343
};
4444

4545
options: Options,

0 commit comments

Comments
 (0)