mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-18 18:41:48 +02:00
Merge pull request #70 from PhoenixTwoFive/64-defaults-for-entry-limitation-too-high
lowered maxqueue to 10 and participant quota to 2
This commit is contained in:
commit
c21e6300e9
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user