diff --git a/backend/helpers.py b/backend/helpers.py index 9dab0a5..9e3cde4 100644 --- a/backend/helpers.py +++ b/backend/helpers.py @@ -91,8 +91,8 @@ def setup_config(app: Flask): exit() default_config = {'username': initial_username, 'password': initial_password, - 'entryquota': 3, - 'maxqueue': 20, + 'entryquota': 2, + 'maxqueue': 10, 'entries_allowed': 1, 'theme': 'default.css'} for key, value in default_config.items():