wip
This commit is contained in:
parent
549f8139bc
commit
09ed9caab5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def home():
|
||||||
'''
|
'''
|
||||||
SELECT * FROM messages
|
SELECT * FROM messages
|
||||||
ORDER BY date DESC
|
ORDER BY date DESC
|
||||||
LIMIT 100
|
LIMIT 1000
|
||||||
'''
|
'''
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue