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:
Anna Shaleva 2024-12-02 19:51:45 +03:00
parent fde3ab0c88
commit 20ea4c40f5

View file

@ -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: