mirror of https://github.com/waku-org/js-waku.git
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…
Reference in New Issue