From a95528fb5ca2387f68da693352e45cc2ea5e5a17 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 9 Aug 2012 20:56:11 +0000 Subject: [PATCH] Let's have disk timeouts in sync with most OSes (30 seconds) git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4462 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst_const.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/include/scst_const.h b/scst/include/scst_const.h index 92769e30c..7b69613f5 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -518,7 +518,7 @@ enum scst_tg_sup { /************************************************************* ** Various timeouts *************************************************************/ -#define SCST_DEFAULT_TIMEOUT (60 * HZ) +#define SCST_DEFAULT_TIMEOUT (30 * HZ) #define SCST_GENERIC_CHANGER_TIMEOUT (3 * HZ) #define SCST_GENERIC_CHANGER_LONG_TIMEOUT (14000 * HZ) @@ -535,7 +535,7 @@ enum scst_tg_sup { #define SCST_GENERIC_MODISK_LONG_TIMEOUT (14000 * HZ) #define SCST_GENERIC_DISK_SMALL_TIMEOUT (3 * HZ) -#define SCST_GENERIC_DISK_REG_TIMEOUT (60 * HZ) +#define SCST_GENERIC_DISK_REG_TIMEOUT (30 * HZ) #define SCST_GENERIC_DISK_LONG_TIMEOUT (3600 * HZ) #define SCST_GENERIC_RAID_TIMEOUT (3 * HZ)