From: Derrick Brashear Date: Tue, 3 Jan 2012 20:57:14 +0000 (-0500) Subject: afs: increase idledead time X-Git-Tag: upstream/1.6.1.pre2^2~18 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c137d248809e7f48471d0315e25a43545f5c08d2;p=packages%2Fo%2Fopenafs.git afs: increase idledead time it's actually important this be more than the rx call dead time so timing out server callbacks to clients don't result in us idle deading a call to the server when callbacks need to be broken FIXES 130327 Reviewed-on: http://gerrit.openafs.org/6497 Tested-by: BuildBot Reviewed-by: Derrick Brashear (cherry picked from commit 0f4da13137612a9b0c0c3b57aa939d6661fb67f8) Change-Id: I181d89c36175be93ed59226b401d48903fb5f584 Reviewed-on: http://gerrit.openafs.org/6518 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/afs/afs.h b/src/afs/afs.h index e726c7d83..5581f9b2b 100644 --- a/src/afs/afs.h +++ b/src/afs/afs.h @@ -95,7 +95,7 @@ extern int afs_shuttingdown; #define AFS_NRXPACKETS 80 #define AFS_RXDEADTIME 50 #define AFS_HARDDEADTIME 120 -#define AFS_IDLEDEADTIME 50 +#define AFS_IDLEDEADTIME 1200 #define AFS_BLKBITS 12 #define AFS_BLKSIZE (1 << AFS_BLKBITS)