mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-12 11:10:35 +00:00
docs: adjust NeoFS BlockFetcher configuration example
Set container ID to N3 Mainnet container ID, extend the list of storage nodes. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
fde3ab0c88
commit
20ea4c40f5
1 changed files with 6 additions and 3 deletions
|
@ -166,14 +166,17 @@ BlockFetcher module and has the following structure:
|
||||||
Password: "pass"
|
Password: "pass"
|
||||||
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
|
BQueueSize: 16000
|
||||||
SkipIndexFilesSearch: false
|
SkipIndexFilesSearch: false
|
||||||
ContainerID: "EPGuD26wYgQJbmDdVBoYoNZiMKHwFMJT3A5WqPjdUHxH"
|
ContainerID: "7a1cn9LNmAcHjESKWxRGG7RSZ55YHJF6z2xDLTCuTZ6c"
|
||||||
BlockAttribute: "block"
|
BlockAttribute: "Block"
|
||||||
IndexFileAttribute: "oid"
|
IndexFileAttribute: "Index"
|
||||||
IndexFileSize: 128000
|
IndexFileSize: 128000
|
||||||
```
|
```
|
||||||
where:
|
where:
|
||||||
|
|
Loading…
Reference in a new issue