add configuration for max_client limit
This commit is contained in:
parent
ad0ca114f5
commit
8acfb8c1cf
@ -39,7 +39,7 @@ version = 3
|
|||||||
# https://github.com/jketterl/openwebrx/wiki/Configuration-guide
|
# https://github.com/jketterl/openwebrx/wiki/Configuration-guide
|
||||||
|
|
||||||
# ==== Server settings ====
|
# ==== Server settings ====
|
||||||
max_clients = 20
|
#max_clients = 20
|
||||||
|
|
||||||
# ==== Web GUI configuration ====
|
# ==== Web GUI configuration ====
|
||||||
#receiver_name = "[Callsign]"
|
#receiver_name = "[Callsign]"
|
||||||
|
@ -128,6 +128,13 @@ class GeneralSettingsController(AuthorizationMixin, WebpageController):
|
|||||||
+ "It can take a few hours until they appear on the site.",
|
+ "It can take a few hours until they appear on the site.",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Section(
|
||||||
|
"Receiver limits",
|
||||||
|
NumberInput(
|
||||||
|
"max_clients",
|
||||||
|
"Maximum number of clients",
|
||||||
|
),
|
||||||
|
),
|
||||||
Section(
|
Section(
|
||||||
"Receiver listings",
|
"Receiver listings",
|
||||||
TextAreaInput(
|
TextAreaInput(
|
||||||
|
Loading…
Reference in New Issue
Block a user