X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fclient.c;h=6cbcb6220ba070eee7c0ab5bd5a167ecc84cbb79;hb=89fa8d46a881c88811eb3fb8d9940496987a7cb0;hp=e6075dccb66274bfd78a599dfa8b41979c28d9c7;hpb=c424b9cb5b004a34e7b3a80fc3495a2731e933e7;p=doldaconnect.git 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} };