add configuration for max_client limit
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user