Skip to content

Commit

Permalink
sync with changes from paritytech/polkadot#3889
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Mar 15, 2022
1 parent e2da724 commit c44db85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rialto/node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ fn testnet_genesis(
max_upward_queue_size: 1024 * 1024,
max_downward_message_size: 1024 * 1024,
ump_service_total_weight: 100_000_000_000,
max_upward_message_size: 1024 * 1024,
max_upward_message_size: 50 * 1024,
max_upward_message_num_per_candidate: 5,
hrmp_sender_deposit: 0,
hrmp_recipient_deposit: 0,
Expand Down

0 comments on commit c44db85

Please sign in to comment.