Increase fetched package size
This commit is contained in:
parent
44633033c7
commit
6384363ca6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ export const API_URI = process.env.API_URI || "/graphql/";
|
||||||
|
|
||||||
export const DEFAULT_INITIAL_SEARCH_DATA: SearchQueryVariables = {
|
export const DEFAULT_INITIAL_SEARCH_DATA: SearchQueryVariables = {
|
||||||
after: null,
|
after: null,
|
||||||
first: 5,
|
first: 20,
|
||||||
query: ""
|
query: ""
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue