garage: use 128M block_size
This commit is contained in:
parent
31e8487a3f
commit
9400279feb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
replication_factor = 1;
|
replication_factor = 1;
|
||||||
db_engine = "lmdb";
|
db_engine = "lmdb";
|
||||||
disable_scrub = true;
|
disable_scrub = true;
|
||||||
block_size = "10M";
|
block_size = "128M";
|
||||||
compression_level = "none";
|
compression_level = "none";
|
||||||
};
|
};
|
||||||
environmentFile = config.sops.secrets."garage/env".path;
|
environmentFile = config.sops.secrets."garage/env".path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue