diff --git a/config_webrx.py b/config_webrx.py index 161fedf..81df667 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -39,7 +39,7 @@ version = 3 # https://github.com/jketterl/openwebrx/wiki/Configuration-guide # ==== Server settings ==== -max_clients = 20 +#max_clients = 20 # ==== Web GUI configuration ==== #receiver_name = "[Callsign]" diff --git a/owrx/controllers/settings.py b/owrx/controllers/settings.py index e247f14..fb5795d 100644 --- a/owrx/controllers/settings.py +++ b/owrx/controllers/settings.py @@ -128,6 +128,13 @@ class GeneralSettingsController(AuthorizationMixin, WebpageController): + "It can take a few hours until they appear on the site.", ), ), + Section( + "Receiver limits", + NumberInput( + "max_clients", + "Maximum number of clients", + ), + ), Section( "Receiver listings", TextAreaInput(