mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Code] increase the limit for file tree api (#36667)
This commit is contained in:
parent
066f64d07c
commit
8df19fef0b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ function requestRepoTree({
|
|||
uri,
|
||||
revision,
|
||||
path,
|
||||
limit = 50,
|
||||
limit = 1000,
|
||||
parents = false,
|
||||
}: FetchRepoTreePayload) {
|
||||
const query: FileTreeQuery = { limit, flatten: true };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue