From: Derrick Brashear Date: Thu, 10 Feb 2005 03:57:27 +0000 (+0000) Subject: client-conndeadtime-tunable-20050209 X-Git-Tag: BP-disconnected~6 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=08b998f798b44673f058b6a262c81cc077f20123;p=packages%2Fo%2Fopenafs.git client-conndeadtime-tunable-20050209 make the fs and not just the vldb interface dead time tunable --- 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)