mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
[FRAME] Message Queue use proper overweight limit (#1873)
Changes: - Use a sensible limit for the overweight-cutoff of a single messages instead of the full configured `ServiceWeight`. - Add/Update tests --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
21b32849db
commit
099ef8fe11
@@ -0,0 +1,15 @@
|
||||
title: Message Queue use proper overweight limit
|
||||
|
||||
doc:
|
||||
- audience: Core Dev
|
||||
description: |
|
||||
Changed the overweight cutoff limit from the full `Config::ServiceWeight` to a lower value that is calculated based on the weight of the functions being called.
|
||||
|
||||
migrations:
|
||||
db: []
|
||||
|
||||
runtime: []
|
||||
|
||||
crates: ["pallet-message-queue", patch]
|
||||
|
||||
host_functions: []
|
||||
Reference in New Issue
Block a user