mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
099ef8fe11
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>
16 lines
362 B
Plaintext
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: []
|