From 8919cf358726036cce3e157295fe63dec1d76c7b Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Thu, 16 Apr 2026 19:41:46 +0300 Subject: [PATCH] sn: compress objects for one of the shards This is a good practise use case that can be tested locally. Signed-off-by: Pavel Karpy --- services/storage/cfg/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/storage/cfg/config.yml b/services/storage/cfg/config.yml index 24aeaca..7e42306 100644 --- a/services/storage/cfg/config.yml +++ b/services/storage/cfg/config.yml @@ -47,3 +47,5 @@ storage: type: fstree path: /storage/fstree1 # FSTree root directory depth: 2 + + compress: true