Skip to content

Commit

Permalink
revert to parity/master
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed May 11, 2023
1 parent 5632fa3 commit 94c880c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/parachain-system/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,8 @@ impl<T: Config> Pallet<T> {
max_capacity: 10,
max_total_size: 10_000_000_u32,
max_message_size: 10_000_000_u32,
msg_count: 10,
total_size: 10_000_000_u32,
msg_count: 5,
total_size: 5_000_000_u32,
mqc_head: None,
},
)],
Expand Down

0 comments on commit 94c880c

Please sign in to comment.