=== modified file 'clients.conf' --- clients.conf 2010-09-12 03:00:40 +0000 +++ clients.conf 2011-09-19 09:25:06 +0000 @@ -4,14 +4,19 @@ # How long until a client is disabled and not be allowed to get the # data this server holds. -;timeout = 1h +;timeout = 5m # How often to run the checker to confirm that a client is still up. # Note: a new checker will not be started if an old one is still # running. The server will wait for a checker to complete until the # above "timeout" occurs, at which time the client will be disabled, # and any running checker killed. -;interval = 5m +;interval = 2m + +# Extended timeout is an added timeout that is given once after a +# password has been sent sucessfully to a client. This allows for +# additional delays incurred by file system checks and quota checks. +;extended_timeout = 15m # What command to run as "the checker". ;checker = fping -q -- %%(host)s @@ -70,7 +75,7 @@ ;host = 192.0.2.3 ; ;# Parameters from the [DEFAULT] section can be overridden per client. -;interval = 5m +;interval = 1m ; ;# This client requires manual approval before it receives its secret. ;approved_by_default = False