Tweaked the timing of flow expiration back down.
[distributedratelimiting.git] / drl / raterouter.h
index 958ef4e..789cd95 100644 (file)
@@ -41,7 +41,7 @@ enum accountings { ACT_STANDARD = 1, ACT_SAMPLEHOLD = 2, ACT_SIMPLE = 3 };
 #define COMM_DEFS
 
 /* global constants */
-#define IDENT_CLEAN_INTERVAL 10 /* in seconds */
+#define IDENT_CLEAN_INTERVAL 5 /* in seconds */
 
 #define LIMITER_LISTEN_PORT 9001