chore: change filter ping interval to 1 min (#2184)

This commit is contained in:
Danish Arora 2024-10-16 15:30:56 +05:30 committed by GitHub
parent b2efce5ec2
commit 19a5d29aa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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