Skip to content

Commit

Permalink
chore: change filter ping interval to 1 min (#2184)
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 authored Oct 16, 2024
1 parent b2efce5 commit 19a5d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/protocols/filter/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const DEFAULT_KEEP_ALIVE = 10_000;
export const DEFAULT_KEEP_ALIVE = 60_000;

export const DEFAULT_SUBSCRIBE_OPTIONS = {
keepAlive: DEFAULT_KEEP_ALIVE
Expand Down

0 comments on commit 19a5d29

Please sign in to comment.