mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
Let's have the retry slow start more agressive
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4818 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -5496,7 +5496,7 @@ void scst_check_retries(struct scst_tgt *tgt)
|
||||
spin_unlock(&c->cmd_threads->cmd_list_lock);
|
||||
|
||||
need_wake_up++;
|
||||
if (need_wake_up >= 2) /* "slow start" */
|
||||
if (need_wake_up >= 20) /* "slow start" */
|
||||
break;
|
||||
}
|
||||
spin_unlock_irqrestore(&tgt->tgt_lock, flags);
|
||||
|
||||
Reference in New Issue
Block a user