[pbs-devel] [PATCH proxmox-backup v2] fix #4301: correctly pass rate limit parameters to API
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Oct 21 17:31:07 CEST 2022
FYI, missing a (short) changelog to the previous patch reviosion, namely...
Am 20/10/2022 um 15:36 schrieb Stefan Hanreich:
> With the old code the rate limit parameters got passed in their own
> dictionary under the limit key, but the API expects the rate-limit
> settings as top-level keys. This commit correctly sets the rate-limit
> parameters so the API actually uses them.
>
> Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
> ---
.. here
https://pve.proxmox.com/wiki/Developer_Documentation#Versioned_Patches
> src/bin/proxmox-backup-manager.rs | 13 +++++++++++--
> 1 file changed, 11 insertions(+), 2 deletions(-)
>
> diff --git a/src/bin/proxmox-backup-manager.rs b/src/bin/proxmox-backup-manager.rs
More information about the pbs-devel
mailing list