fix: Increase MaxBatchConfirmStorageRequests from 10 to 100 (#400)

## Summary
- Increase `MaxBatchConfirmStorageRequests` runtime constant from 10 to
100
- Applied across all runtime environments: mainnet, stagenet, and
testnet

## Test plan
- [x] Verify builds pass for all runtime configurations
This commit is contained in:
Ahmad Kaouk 2026-01-19 19:41:12 +01:00 committed by GitHub
parent edf2451af7
commit db4608f9dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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

Binary file not shown.