mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 13:22:12 +00:00
Revert page size to 10, rather than 1
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user