mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-25 03:47:18 +00:00
Merge pull request #3642 from nspcc-dev/config-blockfetcher
config: add NeoFSBlockFetcher section
This commit is contained in:
commit
66fbcb2f00
4 changed files with 52 additions and 1 deletions
|
@ -80,3 +80,19 @@ ApplicationConfiguration:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Addresses:
|
Addresses:
|
||||||
- ":2113"
|
- ":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
|
Enabled: false
|
||||||
Addresses:
|
Addresses:
|
||||||
- ":2113"
|
- ":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
|
Enabled: false
|
||||||
Addresses:
|
Addresses:
|
||||||
- ":2113"
|
- ":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
|
Enabled: false
|
||||||
Addresses:
|
Addresses:
|
||||||
- st1.storage.fs.neo.org:8080
|
- 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
|
Timeout: 10m
|
||||||
DownloaderWorkersCount: 500
|
DownloaderWorkersCount: 500
|
||||||
OIDBatchSize: 8000
|
OIDBatchSize: 8000
|
||||||
BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize
|
BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize
|
||||||
SkipIndexFilesSearch: false
|
SkipIndexFilesSearch: false
|
||||||
IndexFileSize: 128000
|
IndexFileSize: 128000
|
||||||
ContainerID: "EPGuD26wYgQJbmDdVBoYoNZiMKHwFMJT3A5WqPjdUHxH"
|
ContainerID: "87JRc7vyWcjW8uS32LMoLTAj4ckCzFZWfKbacjU3sAob"
|
||||||
BlockAttribute: "Block"
|
BlockAttribute: "Block"
|
||||||
IndexFileAttribute: "Index"
|
IndexFileAttribute: "Index"
|
||||||
|
|
Loading…
Reference in a new issue