Skip to content

Commit

Permalink
env: upgrade NeoFS node to 0.44.0
Browse files Browse the repository at this point in the history
Drop obsolete configurations, 0.44.0 can't start with them.

Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Nov 28, 2024
1 parent 3a0d788 commit 46b3165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NEOGO_VERSION=0.106.3
AIO_VERSION=0.43.0
AIO_VERSION=0.44.0
RESTGW_VERSION=0.11.1
1 change: 0 additions & 1 deletion ir/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ morph:
fschain_autodeploy: true

timers:
emit: 50
stop_estimation:
mul: 1
div: 4
Expand Down
8 changes: 2 additions & 6 deletions sn/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ node:
attribute_2: Deployed:Private

grpc:
num: 1
0:
endpoint: 0.0.0.0:8080
- endpoint: 0.0.0.0:8080
tls:
enables: false
enabled: false

logger:
level: debug
Expand All @@ -36,7 +34,6 @@ pprof:
address: localhost:6663

storage:
shard_num: 1
shard:
0:
writecache:
Expand All @@ -60,7 +57,6 @@ storage:
object:
put:
pool_size_remote: 100
pool_size_local: 100

tree:
enabled: true
Expand Down

0 comments on commit 46b3165

Please sign in to comment.