Coke - Dropped minimum period to 2s (about what the hardware limit is)
authorJohn Hodge <[email protected]>
Fri, 27 Apr 2012 03:27:59 +0000 (11:27 +0800)
committerJohn Hodge <[email protected]>
Fri, 27 Apr 2012 03:27:59 +0000 (11:27 +0800)
src/server/handler_coke.c

index 850c07b..6908aec 100644 (file)
@@ -19,7 +19,7 @@
 #include <modbus/modbus.h>
 #include <errno.h>
 
-#define MIN_DISPENSE_PERIOD    5
+#define MIN_DISPENSE_PERIOD    2
 #define COKE_RECONNECT_RATELIMIT       2
 
 // === CONSTANTS ===

UCC git Repository :: git.ucc.asn.au