Skip to content

Commit

Permalink
[#xxx] Upgrade aio version to v0.34.0
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
cthulhu-rider committed Nov 9, 2022
1 parent 6ffa1e7 commit aa0b284
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -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
9 changes: 8 additions & 1 deletion sn/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ grpc:
tls:
enables: false

tree:
enabled: true

logger:
level: debug

Expand All @@ -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
Expand Down

0 comments on commit aa0b284

Please sign in to comment.