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
adf463059d
commit
3b0d25ad2b
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ def export_chat_stats(
|
|||
)
|
||||
|
||||
try:
|
||||
limit = 40
|
||||
limit = 10 # Fixed limit for export
|
||||
skip = (page - 1) * limit
|
||||
|
||||
# Fetch chats with date filtering
|
||||
|
|
|
|||
Loading…
Reference in a new issue