The maximum amount of weight (if any) to be used from remaining weight on_idle which
should be provided to the message queue for servicing enqueued items on_idle.
Useful for parachains to process messages at the same block they are received.
If None, it will not call ServiceQueues::service_queues in on_idle.
The maximum amount of weight (if any) to be used from remaining weight
on_idle
which should be provided to the message queue for servicing enqueued itemson_idle
. Useful for parachains to process messages at the same block they are received.If
None
, it will not callServiceQueues::service_queues
inon_idle
.