mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 22:26:23 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@304 d57e44dd-8a1f-0410-8b47-8ef2f437770f
14 lines
569 B
Diff
14 lines
569 B
Diff
Index: scst/src/scst_priv.h
|
|
===================================================================
|
|
--- scst/src/scst_priv.h (revision 303)
|
|
+++ scst/src/scst_priv.h (working copy)
|
|
@@ -110,7 +110,7 @@ extern unsigned long scst_trace_flag;
|
|
** Maximum count of uncompleted commands that an initiator could
|
|
** queue on any device. Then it will start getting TASK QUEUE FULL status.
|
|
**/
|
|
-#define SCST_MAX_TGT_DEV_COMMANDS 48
|
|
+#define SCST_MAX_TGT_DEV_COMMANDS 64
|
|
|
|
/**
|
|
** Maximum count of uncompleted commands that could be queued on any device.
|