From d06cec3b06b8db0c89fa1bd1dadd9d53c71087f5 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 9 Jun 2015 10:14:39 -0400 Subject: [PATCH] Bump default max_requests. It's 2015. Memory is cheaper than 1999 --- raddb/radiusd.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raddb/radiusd.conf.in b/raddb/radiusd.conf.in index 768ceee980c9..f14b8a873faa 100644 --- a/raddb/radiusd.conf.in +++ b/raddb/radiusd.conf.in @@ -208,7 +208,7 @@ cleanup_delay = 5 # # Useful range of values: 256 to infinity # -max_requests = 1024 +max_requests = 16384 # hostname_lookups: Log the names of clients or just their IP addresses # e.g., www.freeradius.org (on) or 206.47.27.232 (off).