mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 01:38:32 +00:00
fix: 🔧 Bump SH storage providers pallet's MaxMultiAddressSize parameter to 200 (#244)
This commit is contained in:
parent
eced179b09
commit
22d7ee4b94
4 changed files with 3 additions and 3 deletions
|
|
@ -184,7 +184,7 @@ impl pallet_storage_providers::Config for Runtime {
|
|||
type SpMinCapacity = ConstU64<2>;
|
||||
type DepositPerData = ConstU128<2>;
|
||||
type MaxFileSize = ConstU64<{ u64::MAX }>;
|
||||
type MaxMultiAddressSize = ConstU32<100>;
|
||||
type MaxMultiAddressSize = ConstU32<200>;
|
||||
type MaxMultiAddressAmount = ConstU32<5>;
|
||||
type MaxProtocols = ConstU32<100>;
|
||||
type BucketDeposit = BucketDeposit;
|
||||
|
|
|
|||
|
|
@ -184,7 +184,7 @@ impl pallet_storage_providers::Config for Runtime {
|
|||
type SpMinCapacity = ConstU64<2>;
|
||||
type DepositPerData = ConstU128<2>;
|
||||
type MaxFileSize = ConstU64<{ u64::MAX }>;
|
||||
type MaxMultiAddressSize = ConstU32<100>;
|
||||
type MaxMultiAddressSize = ConstU32<200>;
|
||||
type MaxMultiAddressAmount = ConstU32<5>;
|
||||
type MaxProtocols = ConstU32<100>;
|
||||
type BucketDeposit = BucketDeposit;
|
||||
|
|
|
|||
|
|
@ -184,7 +184,7 @@ impl pallet_storage_providers::Config for Runtime {
|
|||
type SpMinCapacity = ConstU64<2>;
|
||||
type DepositPerData = ConstU128<2>;
|
||||
type MaxFileSize = ConstU64<{ u64::MAX }>;
|
||||
type MaxMultiAddressSize = ConstU32<100>;
|
||||
type MaxMultiAddressSize = ConstU32<200>;
|
||||
type MaxMultiAddressAmount = ConstU32<5>;
|
||||
type MaxProtocols = ConstU32<100>;
|
||||
type BucketDeposit = BucketDeposit;
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue