]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
change-default-probeint-for-rfc4787-20071022
authorDerrick Brashear <shadow@dementia.org>
Tue, 23 Oct 2007 01:02:39 +0000 (01:02 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 23 Oct 2007 01:02:39 +0000 (01:02 +0000)
an RFC compliant port mapping device guarantees less time than we previously probed.

src/afs/afs_daemons.c

index c272bef9b033e95a3521583ec616e6dfd64522dc..9f19511f493844c0ac46cfaba4cc09e3603624d4 100644 (file)
@@ -47,7 +47,7 @@ afs_int32 afs_gcpags_procsize = 0;
 
 afs_int32 afs_CheckServerDaemonStarted = 0;
 #ifndef DEFAULT_PROBE_INTERVAL
-#define DEFAULT_PROBE_INTERVAL 180     /* default to 3 min */
+#define DEFAULT_PROBE_INTERVAL 30      /* default to 3 min */
 #endif
 afs_int32 afs_probe_interval = DEFAULT_PROBE_INTERVAL;
 afs_int32 afs_probe_all_interval = 600;