From aa0b284573f7f6f4c50f99ccd0238b848141939b Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Wed, 9 Nov 2022 14:46:37 +0400 Subject: [PATCH] [#xxx] Upgrade aio version to v0.34.0 Signed-off-by: Leonard Lyubich --- .env | 2 +- sn/config.yaml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 172a0fa..dcb06d6 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ NEOGO_VERSION=0.99.3 -AIO_VERSION=0.32.0 +AIO_VERSION=0.34.0 HTTPGW_VERSION=0.24.0 RESTGW_VERSION=0.5.0 diff --git a/sn/config.yaml b/sn/config.yaml index 1aa4530..bb8cebc 100644 --- a/sn/config.yaml +++ b/sn/config.yaml @@ -24,6 +24,9 @@ grpc: tls: enables: false +tree: + enabled: true + logger: level: debug @@ -46,11 +49,15 @@ storage: perm: 0770 blobstor: - type: blobovnicza - path: /data/blob + path: /data/blob/blobovniczas perm: 0660 opened_cache_capacity: 32 depth: 1 width: 1 + - type: fstree + path: /data/blob + pilorama: + path: /data/blob/pilorama.db gc: remover_batch_size: 100 remover_sleep_interval: 5m