Tweaked the timing of flow expiration back down.
[distributedratelimiting.git] / drl / standard.h
index d5799d6..d54aa3e 100644 (file)
@@ -16,7 +16,7 @@
 /** The number of seconds after which a flow is considered to be inactive.
  * Inactive flows will be removed from the table during the next call to the
  * cleanup function. */
 /** The number of seconds after which a flow is considered to be inactive.
  * Inactive flows will be removed from the table during the next call to the
  * cleanup function. */
-#define FLOW_IDLE_TIME 30
+#define FLOW_IDLE_TIME 15
 
 /** Representation of a flow in a standard table. */
 typedef struct std_flow {
 
 /** Representation of a flow in a standard table. */
 typedef struct std_flow {