Files
proxmox-backup/src/backup
Thomas Lamprecht 2e1b63fb25 backup verify: do not check every loop iteration for abort/shutdown
only check every 1024'th, which is cheaper to do than a modulo, as we
can just mask the 10 least-significant-bits and check if the result
is zero.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-04-15 13:21:36 +02:00
..
2021-03-14 19:18:35 +01:00
2021-03-10 16:39:57 +01:00
2020-04-17 18:43:30 +02:00
2021-01-20 16:23:54 +01:00
2021-01-20 16:22:59 +01:00