diff --git a/backend/open_webui/routers/chats.py b/backend/open_webui/routers/chats.py index 5cdfb6e813..0ab3220749 100644 --- a/backend/open_webui/routers/chats.py +++ b/backend/open_webui/routers/chats.py @@ -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