From 505f69ee1540581eef2465dc420525213d278473 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Sat, 18 Nov 2017 19:34:34 +0100 Subject: space_server: radius: clean up configuration Disable all the unused auth methods --- roles/space_server/files/radius/radiusd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/space_server/files/radius/radiusd.conf') diff --git a/roles/space_server/files/radius/radiusd.conf b/roles/space_server/files/radius/radiusd.conf index 78990e5..b345830 100644 --- a/roles/space_server/files/radius/radiusd.conf +++ b/roles/space_server/files/radius/radiusd.conf @@ -518,7 +518,7 @@ $INCLUDE clients.conf thread pool { # Number of servers to start initially --- should be a reasonable # ballpark figure. - start_servers = 5 + start_servers = 4 # Limit on the total number of servers running. # @@ -556,7 +556,7 @@ thread pool { # The default values are probably OK for most sites. # min_spare_servers = 3 - max_spare_servers = 10 + max_spare_servers = 3 # When the server receives a packet, it places it onto an # internal queue, where the worker threads (configured above) -- cgit v1.2.1