Files
pezkuwi-subxt/prdoc/pr_1873.prdoc
T
Oliver Tale-Yazdi 099ef8fe11 [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>
2023-10-19 12:02:13 +02:00

16 lines
362 B
Plaintext

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: []