Skip to content

Commit

Permalink
go back to previous MaxPageSize
Browse files Browse the repository at this point in the history
  • Loading branch information
magecnion committed Nov 28, 2024
1 parent 682470a commit 94201f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/laos/src/configs/cumulus_xcmp_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery;

parameter_types! {
pub const MaxActiveOutboundChannels: u32 = 128;
pub const MaxPageSize: u32 = 1 << 16;
pub const MaxPageSize: u32 = 103 * 1024;
}

impl cumulus_pallet_xcmp_queue::Config for Runtime {
Expand Down

0 comments on commit 94201f3

Please sign in to comment.