refactor: max number of record that return
This commit is contained in:
parent
eed1a863d3
commit
9b2bff6ba5
4 changed files with 9 additions and 2 deletions
|
|
@ -132,6 +132,7 @@ export class SubFolderFileController extends Controller {
|
|||
pathname: `${cabinetName}/${drawerName}/${folderName}/${subFolderName}`,
|
||||
},
|
||||
},
|
||||
size: 10000,
|
||||
});
|
||||
|
||||
const records = search.hits.hits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue