mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
chore: change filter ping interval to 1 min (#2184)
This commit is contained in:
parent
b2efce5ec2
commit
19a5d29aa7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user