From 12f43b6a76559ee442f077828480414013283cbd Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 23 Oct 2007 01:02:50 +0000 Subject: [PATCH] DEVEL15-change-default-probeint-for-rfc4787-20071022 an RFC compliant port mapping device guarantees less time than we previously probed. (cherry picked from commit 4456aa773929fa959e998058bfafc14d6309ff49) --- src/afs/afs_daemons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/afs_daemons.c b/src/afs/afs_daemons.c index c272bef9b..9f19511f4 100644 --- a/src/afs/afs_daemons.c +++ b/src/afs/afs_daemons.c @@ -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; -- 2.39.5