X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fclient.c;h=63e40b237af40e47beb6e6b35a657007d944e77b;hb=302a260054ea38d3cb97be6d1a3010082c09265d;hp=e6075dccb66274bfd78a599dfa8b41979c28d9c7;hpb=e2d498ab79e7211521ef80608803a8f2a8d4111c;p=doldaconnect.git diff --git a/daemon/client.c b/daemon/client.c index e6075dc..63e40b2 100644 --- a/daemon/client.c +++ b/daemon/client.c @@ -1,6 +1,6 @@ /* * Dolda Connect - Modular multiuser Direct Connect-style client - * Copyright (C) 2004 Fredrik Tolf (fredrik@dolda2000.com) + * Copyright (C) 2004 Fredrik Tolf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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} };