From c137d248809e7f48471d0315e25a43545f5c08d2 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 3 Jan 2012 15:57:14 -0500 Subject: [PATCH] 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 --- src/afs/afs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5