set default target chunk size to 4M

the nursery handles that a bit better
This commit is contained in:
2024-07-06 18:22:00 +02:00
parent a3e2be395e
commit 8653e05dc0

View File

@@ -12,7 +12,7 @@ dhfs.objects.distributed.reconnect_interval=1s
dhfs.fuse.root=${HOME}/dhfs_data/dhfs_fuse_root
dhfs.fuse.debug=false
dhfs.fuse.enabled=true
dhfs.storage.files.target_chunk_size=1048576
dhfs.storage.files.target_chunk_size=4194304
# Writes strictly smaller than this will try to merge with blocks nearby
dhfs.storage.files.write_merge_threshold=0.8
# If a merge would result in a block of greater size than this, stop merging