From 1c65f32a6d2f34db0a30caed6876f14866a276df Mon Sep 17 00:00:00 2001 From: Ekaterina Pavlova Date: Sat, 2 Nov 2024 12:26:57 +0300 Subject: [PATCH] config: add NeoFSBlockFetcher section NeoFSBlockFetcher is disabled by default. Close #3632 Signed-off-by: Ekaterina Pavlova --- config/protocol.mainnet.neofs.yml | 16 ++++++++++++++++ config/protocol.mainnet.yml | 16 ++++++++++++++++ config/protocol.testnet.neofs.yml | 16 ++++++++++++++++ config/protocol.testnet.yml | 5 ++++- 4 files changed, 52 insertions(+), 1 deletion(-) diff --git a/config/protocol.mainnet.neofs.yml b/config/protocol.mainnet.neofs.yml index c22eef6f8..56c0b5707 100644 --- a/config/protocol.mainnet.neofs.yml +++ b/config/protocol.mainnet.neofs.yml @@ -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" diff --git a/config/protocol.mainnet.yml b/config/protocol.mainnet.yml index 910dffaa3..ef478be16 100644 --- a/config/protocol.mainnet.yml +++ b/config/protocol.mainnet.yml @@ -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" diff --git a/config/protocol.testnet.neofs.yml b/config/protocol.testnet.neofs.yml index 5d6ee4494..2f235b406 100644 --- a/config/protocol.testnet.neofs.yml +++ b/config/protocol.testnet.neofs.yml @@ -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" diff --git a/config/protocol.testnet.yml b/config/protocol.testnet.yml index 62ec63ddc..e0fadf9ed 100644 --- a/config/protocol.testnet.yml +++ b/config/protocol.testnet.yml @@ -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"