From 89fa8d46a881c88811eb3fb8d9940496987a7cb0 Mon Sep 17 00:00:00 2001 From: fredrik Date: Sun, 17 Jun 2007 02:47:46 +0000 Subject: [PATCH] Comment rescandelay doc. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1078 959494ce-11ee-0310-bf91-de5d638817bd --- daemon/client.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/daemon/client.c b/daemon/client.c index e6075dc..6cbcb62 100644 --- a/daemon/client.c +++ b/daemon/client.c @@ -81,7 +81,9 @@ static struct configvar myvars[] = {CONF_VAR_INT, "hashwritedelay", {.num = 300}}, /** The amount of time, in seconds, to wait before automatically * rescanning the shared directories for changes. Set to zero (the - * default) to disable automatic rescanning. */ + * default) to disable automatic rescanning. (Broken shares are + * always rescanned upon detection, regardless of this + * setting.) */ {CONF_VAR_INT, "rescandelay", {.num = 0}}, {CONF_VAR_END} }; -- 2.11.0