doc: Fix keep alive default value

This commit is contained in:
Franck Royer 2021-07-15 14:00:24 +10:00
parent 383dd04911
commit f3738b1eac
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/** /**