Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit be84609

Browse files
chore: increased debounce timeout
1 parent fff837b commit be84609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/graphql/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { setContext } from '@apollo/client/link/context';
99
import DebounceLink from 'apollo-link-debounce';
1010
import { API_URL, TOKEN } from '../lib/config';
1111

12-
const DEFAULT_DEBOUNCE_TIMEOUT = 200;
12+
const DEFAULT_DEBOUNCE_TIMEOUT = 300;
1313

1414
const Link = ApolloLink.from([
1515
new DebounceLink(DEFAULT_DEBOUNCE_TIMEOUT),

0 commit comments

Comments
 (0)