mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-21 23:29:38 +00:00
config: add NeoFSBlockFetcher section
NeoFSBlockFetcher is disabled by default. Close #3632 Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
This commit is contained in:
parent
4b10f23aec
commit
1c65f32a6d
4 changed files with 52 additions and 1 deletions
|
@ -80,3 +80,19 @@ ApplicationConfiguration:
|
|||
Enabled: false
|
||||
Addresses:
|
||||
- ":2113"
|
||||
NeoFSBlockFetcher:
|
||||
Enabled: false
|
||||
Addresses:
|
||||
- st1.storage.fs.neo.org:8080
|
||||
- st2.storage.fs.neo.org:8080
|
||||
- st3.storage.fs.neo.org:8080
|
||||
- st4.storage.fs.neo.org:8080
|
||||
Timeout: 10m
|
||||
DownloaderWorkersCount: 500
|
||||
OIDBatchSize: 8000
|
||||
BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize
|
||||
SkipIndexFilesSearch: false
|
||||
IndexFileSize: 128000
|
||||
ContainerID: "VCVr6RKg1hfJR7v36xvjbaXTncj1waPi94u9EFyEttW"
|
||||
BlockAttribute: "Block"
|
||||
IndexFileAttribute: "Index"
|
||||
|
|
|
@ -98,3 +98,19 @@ ApplicationConfiguration:
|
|||
Enabled: false
|
||||
Addresses:
|
||||
- ":2113"
|
||||
NeoFSBlockFetcher:
|
||||
Enabled: false
|
||||
Addresses:
|
||||
- st1.storage.fs.neo.org:8080
|
||||
- st2.storage.fs.neo.org:8080
|
||||
- st3.storage.fs.neo.org:8080
|
||||
- st4.storage.fs.neo.org:8080
|
||||
Timeout: 10m
|
||||
DownloaderWorkersCount: 500
|
||||
OIDBatchSize: 8000
|
||||
BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize
|
||||
SkipIndexFilesSearch: false
|
||||
IndexFileSize: 128000
|
||||
ContainerID: "7a1cn9LNmAcHjESKWxRGG7RSZ55YHJF6z2xDLTCuTZ6c"
|
||||
BlockAttribute: "Block"
|
||||
IndexFileAttribute: "Index"
|
||||
|
|
|
@ -82,3 +82,19 @@ ApplicationConfiguration:
|
|||
Enabled: false
|
||||
Addresses:
|
||||
- ":2113"
|
||||
NeoFSBlockFetcher:
|
||||
Enabled: false
|
||||
Addresses:
|
||||
- st1.storage.fs.neo.org:8080
|
||||
- st2.storage.fs.neo.org:8080
|
||||
- st3.storage.fs.neo.org:8080
|
||||
- st4.storage.fs.neo.org:8080
|
||||
Timeout: 10m
|
||||
DownloaderWorkersCount: 500
|
||||
OIDBatchSize: 8000
|
||||
BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize
|
||||
SkipIndexFilesSearch: false
|
||||
IndexFileSize: 128000
|
||||
ContainerID: "FidCcVzUxzY3PeUksCnnpUQ8h8PJeYPessX8FRMuveSy"
|
||||
BlockAttribute: "Block"
|
||||
IndexFileAttribute: "Index"
|
||||
|
|
|
@ -104,12 +104,15 @@ ApplicationConfiguration:
|
|||
Enabled: false
|
||||
Addresses:
|
||||
- st1.storage.fs.neo.org:8080
|
||||
- st2.storage.fs.neo.org:8080
|
||||
- st3.storage.fs.neo.org:8080
|
||||
- st4.storage.fs.neo.org:8080
|
||||
Timeout: 10m
|
||||
DownloaderWorkersCount: 500
|
||||
OIDBatchSize: 8000
|
||||
BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize
|
||||
SkipIndexFilesSearch: false
|
||||
IndexFileSize: 128000
|
||||
ContainerID: "EPGuD26wYgQJbmDdVBoYoNZiMKHwFMJT3A5WqPjdUHxH"
|
||||
ContainerID: "87JRc7vyWcjW8uS32LMoLTAj4ckCzFZWfKbacjU3sAob"
|
||||
BlockAttribute: "Block"
|
||||
IndexFileAttribute: "Index"
|
||||
|
|
Loading…
Reference in a new issue