From b3dd176b5a6873e48e21aa02ae00aa457bd291d4 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 16 Jun 2024 21:56:32 +0200 Subject: [PATCH] ghub-graphql-items-per-request: Half default value 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). --- lisp/ghub-graphql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ghub-graphql.el b/lisp/ghub-graphql.el index 088c819..18960c4 100644 --- a/lisp/ghub-graphql.el +++ b/lisp/ghub-graphql.el @@ -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