add configuration for max_client limit

This commit is contained in:
Jakob Ketterl 2021-02-13 00:52:08 +01:00
parent ad0ca114f5
commit 8acfb8c1cf
2 changed files with 8 additions and 1 deletions

View File

@ -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]"

View File

@ -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(