Skip to content

Commit c309059

Browse files
committed
Increase the number of items for ooc merge sorts
1 parent e926cae commit c309059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blosc2/indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
_GATHER_MMAP_HANDLES: dict[str, object] = {}
7676
_HOT_CACHE_GLOBAL_SCOPE = ("global", 0)
7777

78-
FULL_OOC_RUN_ITEMS = 2_000_000
78+
FULL_OOC_RUN_ITEMS = 8_000_000
7979
FULL_OOC_MERGE_BUFFER_ITEMS = 500_000
8080
FULL_SELECTIVE_OOC_MAX_SPANS = 128
8181
FULL_RUN_BOUNDED_FALLBACK_RUNS = 8

0 commit comments

Comments
 (0)