Skip to content

Commit

Permalink
config: update NeoFSBlockFetcher's ContainerID
Browse files Browse the repository at this point in the history
Signed-off-by: Ekaterina Pavlova <[email protected]>
  • Loading branch information
AliceInHunterland committed Dec 16, 2024
1 parent 24f81a7 commit 6d50989
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/protocol.mainnet.neofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ ApplicationConfiguration:
BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize
SkipIndexFilesSearch: false
IndexFileSize: 128000
ContainerID: "VCVr6RKg1hfJR7v36xvjbaXTncj1waPi94u9EFyEttW"
ContainerID: "BP71MqY7nJhpuHfdQU3infRSjMgVmSFFt9GfG2GGMZJj"
BlockAttribute: "Block"
IndexFileAttribute: "Index"
2 changes: 1 addition & 1 deletion config/protocol.mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ ApplicationConfiguration:
BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize
SkipIndexFilesSearch: false
IndexFileSize: 128000
ContainerID: "7a1cn9LNmAcHjESKWxRGG7RSZ55YHJF6z2xDLTCuTZ6c"
ContainerID: "3RCdP3ZubyKyo8qFeo7EJPryidTZaGCMdUjqFJaaEKBV"
BlockAttribute: "Block"
IndexFileAttribute: "Index"
2 changes: 1 addition & 1 deletion config/protocol.testnet.neofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ ApplicationConfiguration:
BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize
SkipIndexFilesSearch: false
IndexFileSize: 128000
ContainerID: "FidCcVzUxzY3PeUksCnnpUQ8h8PJeYPessX8FRMuveSy"
ContainerID: "98xz5YeanzxRCpH6EfUhECVm2MynGYchDN4naJViHT9M"
BlockAttribute: "Block"
IndexFileAttribute: "Index"
2 changes: 1 addition & 1 deletion config/protocol.testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ ApplicationConfiguration:
BQueueSize: 16000 # must be larger than OIDBatchSize; recommended to be 2*OIDBatchSize or 3*OIDBatchSize
SkipIndexFilesSearch: false
IndexFileSize: 128000
ContainerID: "87JRc7vyWcjW8uS32LMoLTAj4ckCzFZWfKbacjU3sAob"
ContainerID: "A8nGtDemWrm2SjfcGAG6wvrxmXwqc5fwr8ezNDm6FraT"
BlockAttribute: "Block"
IndexFileAttribute: "Index"

0 comments on commit 6d50989

Please sign in to comment.