mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-06-05 19:39:29 +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
|
* 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
|
* after the set number of seconds. Set to 0 to disable the keep alive feature
|
||||||
*
|
*
|
||||||
* @default 10
|
* @default 0
|
||||||
*/
|
*/
|
||||||
keepAlive?: number;
|
keepAlive?: number;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user