
The [notification] batch_size parameter has had no effect since workload partitioning was removed during Stein cycle[1]. This change fixes the ignored parameter and ensure the parameter is used to enable batch processing of notifications. [1] 9d90ce8d37c0020077e4429f41c1ea937c1b3c1e Change-Id: Id46679933cf96ecaca864aeae271052386b51815
8 lines
280 B
YAML
8 lines
280 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The ``[notification] batch_size`` parameter now takes effect to enable
|
|
batch processing of notifications. The ``[notification] batch_timeout``
|
|
parameter has been restored at the same time to determine how much and
|
|
how long notifications are kept.
|