Skip to content

Commit 1f94496

Browse files
committed
add comment
1 parent 6af4b3e commit 1f94496

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/graphnode.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ export function createApolloClient(options: {
4141
uri: options.graphqlHttpProvider
4242
})
4343

44+
// 'lazy: true' and 'reconnect: false' are temporary fixes to avoid unnecessary web socket calls from the graph.
45+
// See https://github.com/daostack/arc.js/pull/573
4446
const wsLink = new WebSocketLink({
4547
options: {
4648
lazy: true,

0 commit comments

Comments
 (0)