Skip to content

Commit

Permalink
fix: set limit to graphql request
Browse files Browse the repository at this point in the history
  • Loading branch information
amatiasq committed Dec 5, 2024
1 parent af641a5 commit 0667a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3-github/GHRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class GHRepository {
function getFileProperty(keys: string) {
return `
repository(owner: $owner, name: $repo) {
object(expression: $path) {
object(expression: $path, limit: 5000) {
... on Blob {
${keys}
}
Expand Down

0 comments on commit 0667a26

Please sign in to comment.