diff --git a/operator/runtime/mainnet/src/configs/storagehub/mod.rs b/operator/runtime/mainnet/src/configs/storagehub/mod.rs index 1ee11431..ca2f1d30 100644 --- a/operator/runtime/mainnet/src/configs/storagehub/mod.rs +++ b/operator/runtime/mainnet/src/configs/storagehub/mod.rs @@ -502,7 +502,7 @@ impl pallet_file_system::Config for Runtime { type CollectionInspector = BucketNfts; type BspStopStoringFilePenalty = runtime_config::BspStopStoringFilePenalty; type TreasuryAccount = TreasuryAccount; - type MaxBatchConfirmStorageRequests = ConstU32<10>; + type MaxBatchConfirmStorageRequests = ConstU32<100>; type MaxFilePathSize = ConstU32<512u32>; type MaxPeerIdSize = ConstU32<100>; type MaxNumberOfPeerIds = ConstU32<5>; diff --git a/operator/runtime/stagenet/src/configs/storagehub/mod.rs b/operator/runtime/stagenet/src/configs/storagehub/mod.rs index 1ee11431..ca2f1d30 100644 --- a/operator/runtime/stagenet/src/configs/storagehub/mod.rs +++ b/operator/runtime/stagenet/src/configs/storagehub/mod.rs @@ -502,7 +502,7 @@ impl pallet_file_system::Config for Runtime { type CollectionInspector = BucketNfts; type BspStopStoringFilePenalty = runtime_config::BspStopStoringFilePenalty; type TreasuryAccount = TreasuryAccount; - type MaxBatchConfirmStorageRequests = ConstU32<10>; + type MaxBatchConfirmStorageRequests = ConstU32<100>; type MaxFilePathSize = ConstU32<512u32>; type MaxPeerIdSize = ConstU32<100>; type MaxNumberOfPeerIds = ConstU32<5>; diff --git a/operator/runtime/testnet/src/configs/storagehub/mod.rs b/operator/runtime/testnet/src/configs/storagehub/mod.rs index 1ee11431..ca2f1d30 100644 --- a/operator/runtime/testnet/src/configs/storagehub/mod.rs +++ b/operator/runtime/testnet/src/configs/storagehub/mod.rs @@ -502,7 +502,7 @@ impl pallet_file_system::Config for Runtime { type CollectionInspector = BucketNfts; type BspStopStoringFilePenalty = runtime_config::BspStopStoringFilePenalty; type TreasuryAccount = TreasuryAccount; - type MaxBatchConfirmStorageRequests = ConstU32<10>; + type MaxBatchConfirmStorageRequests = ConstU32<100>; type MaxFilePathSize = ConstU32<512u32>; type MaxPeerIdSize = ConstU32<100>; type MaxNumberOfPeerIds = ConstU32<5>;