From: Derrick Brashear Date: Tue, 3 Jan 2012 20:57:14 +0000 (-0500) Subject: afs: increase idledead time X-Git-Tag: openafs-stable-1_8_0pre1~2857 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=0f4da13137612a9b0c0c3b57aa939d6661fb67f8 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 Change-Id: Ibe2468edb61f307da9174d2c51cb0ea61c118c56 Reviewed-on: http://gerrit.openafs.org/6497 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/afs/afs.h b/src/afs/afs.h index 984cf8b..4c4873b 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)