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