Skip to content

Commit

Permalink
reduce chunk size
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Sep 28, 2023
1 parent c26a18c commit 9a9badd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ const GiB = MiB * KiB
const MAX_CACHE_SIZE_MiB = 100
const ROW_PERSISTENT_CACHE_WARN = 1 * GiB

DEFAULT_LODF_CHUNK_SIZE = 30_000
DEFAULT_LODF_CHUNK_SIZE = 20_000

0 comments on commit 9a9badd

Please sign in to comment.