From 48dd2a45fe9564463bdea8e2c7350d965e313ded Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Tue, 20 Dec 2022 10:19:47 -0500 Subject: [PATCH] docs: remove the line discussing 'max_transid' in recent scan mode This makes the doc match the code again. Signed-off-by: Zygo Blaxell --- docs/config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index fafd0fe..98e8d1d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -155,7 +155,6 @@ a larger hash table to maintain dedupe hit rate. Scan mode 3, "recent", scans the subvols with the highest `min_transid` value first (i.e. the ones that were most recently completely scanned), -then the highest `max_transid` (i.e. the ones that were created later), then falls back to "independent" mode to break ties. This interrupts long scans of old subvols to give a rapid dedupe response to new data, then returns to the old subvols after the new data is scanned. It is