From 3ea5cf5a76a55d0ab726eec28d666f69cf244fd1 Mon Sep 17 00:00:00 2001 From: DatuX Date: Sun, 23 Jan 2022 22:21:38 +0100 Subject: [PATCH] Updated Performance (markdown) --- Performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Performance.md b/Performance.md index 25fd76a..e8914ed 100644 --- a/Performance.md +++ b/Performance.md @@ -36,7 +36,7 @@ You can make zfs-autobackup use less commands per snapshot transfer by: There is actually a performance regression in ZFS version 2: https://github.com/openzfs/zfs/issues/11560 -This will make it so that each transfer takes approx 1 second extra. This is a problem if you have lots of tiny transfers. +This bug will delay each transfer by 1 second. This is a problem if you have lots of small transfers. Use --no-progress as workaround.