increase ump_service_total_weight's default value (#4127)

* increase ump_service_total_weight's default value to be the same with kusama

* remove comment
This commit is contained in:
Cheng JIANG
2021-10-30 23:42:37 +08:00
committed by GitHub
parent 5a760f13e8
commit 32c7ad8137
+1 -6
View File
@@ -182,12 +182,7 @@ fn default_parachains_host_configuration(
max_upward_queue_count: 8,
max_upward_queue_size: 1024 * 1024,
max_downward_message_size: 1024 * 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.
ump_service_total_weight: 4 * 1_000_000_000,
ump_service_total_weight: 100_000_000_000,
max_upward_message_size: 1024 * 1024,
max_upward_message_num_per_candidate: 5,
hrmp_sender_deposit: 0,