Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
4fbfe934
Unverified
Commit
4fbfe934
authored
Jan 13, 2021
by
Sergey Pepyakin
Committed by
GitHub
Jan 13, 2021
Browse files
Copy para host config for rococo-staging (#2260)
parent
e5ee5748
Pipeline
#120137
passed with stages
in 14 minutes and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
node/service/src/chain_spec.rs
View file @
4fbfe934
...
@@ -871,6 +871,28 @@ fn rococo_staging_testnet_config_genesis(wasm_binary: &[u8]) -> rococo_runtime::
...
@@ -871,6 +871,28 @@ fn rococo_staging_testnet_config_genesis(wasm_binary: &[u8]) -> rococo_runtime::
chain_availability_period
:
4
,
chain_availability_period
:
4
,
thread_availability_period
:
4
,
thread_availability_period
:
4
,
no_show_slots
:
10
,
no_show_slots
:
10
,
max_upward_queue_count
:
8
,
max_upward_queue_size
:
8
*
1024
,
max_downward_message_size
:
1024
,
// this is approximatelly 4ms.
//
// Same as `4 * frame_support::weights::WEIGHT_PER_MILLIS`. We don't bother with
// an import since that's a made up number and should be replaced with a constant
// obtained by benchmarking anyway.
preferred_dispatchable_upward_messages_step_weight
:
4
*
1_000_000_000
,
max_upward_message_size
:
1024
,
max_upward_message_num_per_candidate
:
5
,
hrmp_open_request_ttl
:
5
,
hrmp_sender_deposit
:
0
,
hrmp_recipient_deposit
:
0
,
hrmp_channel_max_capacity
:
8
,
hrmp_channel_max_total_size
:
8
*
1024
,
hrmp_max_parachain_inbound_channels
:
4
,
hrmp_max_parathread_inbound_channels
:
4
,
hrmp_channel_max_message_size
:
1024
,
hrmp_max_parachain_outbound_channels
:
4
,
hrmp_max_parathread_outbound_channels
:
4
,
hrmp_max_message_num_per_candidate
:
5
,
..
Default
::
default
()
..
Default
::
default
()
},
},
}),
}),
...
...
gabriel klawitter
🏄
@gabriel
mentioned in commit
40d1910a
·
Jan 15, 2021
mentioned in commit
40d1910a
mentioned in commit 40d1910acaded40b98b12858502143eccae14b77
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment