From 6384363ca663d9168270ed295e591896abef5e3b Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Wed, 16 Oct 2019 11:27:42 +0200 Subject: [PATCH] Increase fetched package size --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 7737bfe0d..8789313ed 100644 --- a/src/config.ts +++ b/src/config.ts @@ -6,7 +6,7 @@ export const API_URI = process.env.API_URI || "/graphql/"; export const DEFAULT_INITIAL_SEARCH_DATA: SearchQueryVariables = { after: null, - first: 5, + first: 20, query: "" };