This commit is contained in:
mwiegand 2022-06-01 19:24:19 +02:00
parent 549f8139bc
commit 09ed9caab5

View file

@ -24,7 +24,7 @@ def home():
'''
SELECT * FROM messages
ORDER BY date DESC
LIMIT 100
LIMIT 1000
'''
)