]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
client-conndeadtime-tunable-20050209
authorDerrick Brashear <shadow@dementia.org>
Thu, 10 Feb 2005 03:57:27 +0000 (03:57 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 10 Feb 2005 03:57:27 +0000 (03:57 +0000)
make the fs and not just the vldb interface dead time tunable

src/afs/afs_server.c

index 91e3146be4924afd081727d61e6f9981de500037..8b594a1db7cd708c11990713c5bcaf6d1385f9d9 100644 (file)
@@ -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)