Made the print interval faster. Made the limit be specified in Kb/s rather than...
[distributedratelimiting.git] / drl / estimate.c
index 80560ea..8b3bb9a 100644 (file)
@@ -18,7 +18,7 @@
 #include "ratetypes.h" /* needs util and pthread.h */
 #include "logging.h"
 
-#define PRINT_COUNTER_RESET (7)
+#define PRINT_COUNTER_RESET (0)
 
 extern uint8_t system_loglevel;
 static int printcounter = PRINT_COUNTER_RESET - 1;