From 212d9ca6582042992a5caf0642b87d06fc844466 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 21 Feb 2005 01:12:03 +0000 Subject: [PATCH] STABLE14-client-conndeadtime-tunable-20050209 make the fs and not just the vldb interface dead time tunable (cherry picked from commit 08b998f798b44673f058b6a262c81cc077f20123) --- src/afs/afs_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/afs_server.c b/src/afs/afs_server.c index 91e3146be..8b594a1db 100644 --- a/src/afs/afs_server.c +++ b/src/afs/afs_server.c @@ -604,7 +604,7 @@ afs_CheckServers(int adown, struct cell *acellp) tc = conns[multi_i]; sa = tc->srvr; if (conntimer[multi_i] == 0) - rx_SetConnDeadTime(tc->id, AFS_RXDEADTIME); + rx_SetConnDeadTime(tc->id, afs_rx_deadtime); end = osi_Time(); m_error=multi_error; if ((start == end) && !multi_error) -- 2.39.5