Skip to content

Commit

Permalink
chore: change filter ping interval to 1 min
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Oct 14, 2024
1 parent b2efce5 commit 490cff3
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 490cff3

Please sign in to comment.