mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
pallet-message-queue: add queue pausing (#14318)
* pallet-message-queue: add queue pausing Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix build Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove check Otherwise it would not start servicing queues that started paused and became unpaused afterwards. Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
2119c80225
commit
4249643df2
@@ -1190,6 +1190,7 @@ impl pallet_message_queue::Config for Runtime {
|
||||
type MessageProcessor = pallet_message_queue::mock_helpers::NoopMessageProcessor<u32>;
|
||||
type Size = u32;
|
||||
type QueueChangeHandler = ();
|
||||
type QueuePausedQuery = ();
|
||||
type HeapSize = ConstU32<{ 64 * 1024 }>;
|
||||
type MaxStale = ConstU32<128>;
|
||||
type ServiceWeight = MessageQueueServiceWeight;
|
||||
|
||||
Reference in New Issue
Block a user