mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-04 06:43:12 +00:00
doc: Fix keep alive default value
This commit is contained in:
parent
383dd04911
commit
f3738b1eac
@ -40,7 +40,7 @@ export interface CreateOptions {
|
||||
* Set keep alive frequency in seconds: Waku will send a ping request to each peer
|
||||
* after the set number of seconds. Set to 0 to disable the keep alive feature
|
||||
*
|
||||
* @default 10
|
||||
* @default 0
|
||||
*/
|
||||
keepAlive?: number;
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user