increase chat limit from 100 msgs to 500 (yolo or smth)

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-11 19:19:24 +02:00
parent d5ab813499
commit 7f2630f4c3
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ def speak(data, v):
else:
emit('speak', data, broadcast=True)
messages.append(data)
messages = messages[-100:]
messages = messages[-500:]
total += 1