mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-02 14:45:18 +00:00
refac
This commit is contained in:
parent
5f20102b33
commit
adf463059d
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ def export_chat_stats(
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
limit = 100
|
limit = 40
|
||||||
skip = (page - 1) * limit
|
skip = (page - 1) * limit
|
||||||
|
|
||||||
# Fetch chats with date filtering
|
# Fetch chats with date filtering
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue