diff --git a/backend/open_webui/routers/chats.py b/backend/open_webui/routers/chats.py index 44c083c10f..5cdfb6e813 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 = 100 + limit = 40 skip = (page - 1) * limit # Fetch chats with date filtering