From 0820ea491c8ffafba38a9ab33df00ad2b35cf859 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 11 Jun 2015 16:42:33 +0000 Subject: [PATCH] Merge r5995 from the iser branch git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6276 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/isert-scst/isert_login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/isert-scst/isert_login.c b/iscsi-scst/kernel/isert-scst/isert_login.c index c770c4546..9fc4f3cc4 100644 --- a/iscsi-scst/kernel/isert-scst/isert_login.c +++ b/iscsi-scst/kernel/isert-scst/isert_login.c @@ -166,7 +166,7 @@ static int add_new_connection(struct isert_listener_dev *dev, init_timer(&conn_dev->tmo_timer); conn_dev->tmo_timer.function = isert_conn_timer_fn; - conn_dev->tmo_timer.expires = jiffies + 120 * HZ; + conn_dev->tmo_timer.expires = jiffies + 60 * HZ; conn_dev->tmo_timer.data = (unsigned long)conn_dev; add_timer(&conn_dev->tmo_timer); conn_dev->timer_active = 1;