Changed the default time (60sec) of poll-interval to one second. This is because it's so infrequent for lettuce test of stats.
@@ -33,6 +33,9 @@
"port": 47806
} ]
},
+ "Stats": {
+ "poll-interval": 1
+ },
"Boss": {
"components": {
"b10-auth": { "kind": "needed", "special": "auth" },