Skip to content

Commit

Permalink
ghub-graphql-items-per-request: Half default value
Browse files Browse the repository at this point in the history
Timeouts were very frequent with the old default (and the API errors
fail to get the message across, that that is the issue, increasing
the need for a safer default).
  • Loading branch information
tarsius committed Jun 16, 2024
1 parent bfa1622 commit b3dd176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/ghub-graphql.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

(define-error 'ghub-graphql-error "GraphQL Error" 'ghub-error)

(defvar ghub-graphql-items-per-request 100
(defvar ghub-graphql-items-per-request 50
"Number of GraphQL items to query for entities that return a collection.
Adjust this value if you're hitting query timeouts against larger
Expand Down

0 comments on commit b3dd176

Please sign in to comment.