Merge pull request #3713 from nspcc-dev/enable-fetcher

config: enable NeoFSBlockFetcher by default
This commit is contained in:
Roman Khimov 2024-11-29 19:55:19 +03:00 committed by GitHub
commit a3c2d82e03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -81,7 +81,7 @@ ApplicationConfiguration:
Addresses:
- ":2113"
NeoFSBlockFetcher:
Enabled: false
Enabled: true
Addresses:
- st1.storage.fs.neo.org:8080
- st2.storage.fs.neo.org:8080

View file

@ -99,7 +99,7 @@ ApplicationConfiguration:
Addresses:
- ":2113"
NeoFSBlockFetcher:
Enabled: false
Enabled: true
Addresses:
- st1.storage.fs.neo.org:8080
- st2.storage.fs.neo.org:8080

View file

@ -83,7 +83,7 @@ ApplicationConfiguration:
Addresses:
- ":2113"
NeoFSBlockFetcher:
Enabled: false
Enabled: true
Addresses:
- st1.storage.fs.neo.org:8080
- st2.storage.fs.neo.org:8080

View file

@ -101,7 +101,7 @@ ApplicationConfiguration:
Addresses:
- ":2113"
NeoFSBlockFetcher:
Enabled: false
Enabled: true
Addresses:
- st1.storage.fs.neo.org:8080
- st2.storage.fs.neo.org:8080