mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
set default target chunk size to 4M
the nursery handles that a bit better
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user