From 9b2903d58ebba31c0f0e53de823ca13013eab6d3 Mon Sep 17 00:00:00 2001 From: Masaori Koshiba Date: Tue, 2 Jun 2026 15:11:05 +0900 Subject: [PATCH] Doc: fix cache dir sync_max_write record name The records.yaml docs listed proxy.config.cache.dir.sync_max_writes (plural), but the actual registered record is sync_max_write (singular). --- doc/admin-guide/files/records.yaml.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin-guide/files/records.yaml.en.rst b/doc/admin-guide/files/records.yaml.en.rst index 9ea67b7ccd2..ee19e4f0a7e 100644 --- a/doc/admin-guide/files/records.yaml.en.rst +++ b/doc/admin-guide/files/records.yaml.en.rst @@ -2764,7 +2764,7 @@ Cache Control a minimum time, and the actual sync may be delayed if the disks are larger than how fast we allow it to write to disk (see next options). -.. ts:cv:: CONFIG proxy.config.cache.dir.sync_max_writes INT 2097152 +.. ts:cv:: CONFIG proxy.config.cache.dir.sync_max_write INT 2097152 :units: bytes How much of a stripes cache directory we will write to disk in each write cycle.