Tweaked the timing of flow expiration.
[distributedratelimiting.git] / drl / standard.h
index 59c45f7..d5799d6 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. */
-#define FLOW_IDLE_TIME 10
+#define FLOW_IDLE_TIME 30
 
 /** Representation of a flow in a standard table. */
 typedef struct std_flow {