[Code] increase the limit for file tree api (#36667)

This commit is contained in:
Yulong 2019-05-20 22:54:36 -04:00 committed by GitHub
parent 066f64d07c
commit 8df19fef0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ function requestRepoTree({
uri,
revision,
path,
limit = 50,
limit = 1000,
parents = false,
}: FetchRepoTreePayload) {
const query: FileTreeQuery = { limit, flatten: true };