summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/examples/scsi_target/scsi_target.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/scsi_target/scsi_target.h b/share/examples/scsi_target/scsi_target.h
index 4f7ad68..4ae80e5 100644
--- a/share/examples/scsi_target/scsi_target.h
+++ b/share/examples/scsi_target/scsi_target.h
@@ -32,10 +32,10 @@
#define _SCSI_TARGET_H
/*
- * Maximum number of parallel commands to accept
- * Set to 256 for Fibre Channel (SPI is 16)
+ * Maximum number of parallel commands to accept,
+ * 256 for Fibre Channel (SPI is 16).
*/
-#define MAX_INITIATORS 16
+#define MAX_INITIATORS 256
#define SECTOR_SIZE 512
#define MAX_EVENTS (MAX_INITIATORS + 5)
/* kqueue for AIO, signals */
OpenPOWER on IntegriCloud