]> git.proxmox.com Git - proxmox-backup.git/commit
GC status: reduce code duplication
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 22 Apr 2024 11:21:42 +0000 (13:21 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 22 Apr 2024 11:58:08 +0000 (13:58 +0200)
commit6ae6337398919c8d00e853f06715cea81855cc88
treed58d2ed68136eeb41dd6f2ef079143ac03d7997f
parent814eb2751b99ebb1a0dbc752126317427c940039
GC status: reduce code duplication

the schedule handling is the same whether there was a last run or not, so let's
do it once and not twice. the duration can be stored right away, instead of
using an intermediate variable.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/api2/admin/datastore.rs