adjust max downward message size to be the same as upward message size (#4129)

This commit is contained in:
Alexander Popiak
2021-10-27 22:14:06 +02:00
committed by GitHub
parent 6b00dd5892
commit d5430dd7ce
+1 -1
View File
@@ -181,7 +181,7 @@ fn default_parachains_host_configuration(
thread_availability_period: 4,
max_upward_queue_count: 8,
max_upward_queue_size: 1024 * 1024,
max_downward_message_size: 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