From 08b998f798b44673f058b6a262c81cc077f20123 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 10 Feb 2005 03:57:27 +0000 Subject: [PATCH] client-conndeadtime-tunable-20050209 make the fs and not just the vldb interface dead time tunable --- 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