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