minion - command queue is now larger
diff --git a/driver-minion.c b/driver-minion.c
index 32ec4bf..38ce0ad 100644
--- a/driver-minion.c
+++ b/driver-minion.c
@@ -39,7 +39,7 @@ static void minion_detect(__maybe_unused bool hotplug)
* TODO: These will need adjusting for final hardware
* Look them up and calculate them?
*/
-#define MINION_QUE_HIGH 4
+#define MINION_QUE_HIGH 42
#define MINION_QUE_LOW 2
#define MINION_FFL " - from %s %s() line %d"