diff --git a/scst/src/scst_priv.h b/scst/src/scst_priv.h index 5b9717a50..98c5030d8 100644 --- a/scst/src/scst_priv.h +++ b/scst/src/scst_priv.h @@ -98,7 +98,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.