diff --git a/src/khoj/routers/api_content.py b/src/khoj/routers/api_content.py index d898febb..40a80064 100644 --- a/src/khoj/routers/api_content.py +++ b/src/khoj/routers/api_content.py @@ -345,7 +345,7 @@ async def get_all_content( ) files_data = [] - page_size = 1 + page_size = 10 file_objects = await FileObjectAdapters.aget_all_file_objects(user, start=page * page_size, limit=page_size)