export values so they are included in the documentation

This commit is contained in:
Franck Royer 2021-08-11 10:34:42 +10:00
parent bac26ea3da
commit 6d42c39298
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ import { StoreCodec, WakuStore } from './waku_store';
const websocketsTransportKey = Websockets.prototype[Symbol.toStringTag]; const websocketsTransportKey = Websockets.prototype[Symbol.toStringTag];
const DefaultPingKeepAliveValueSecs = 0; export const DefaultPingKeepAliveValueSecs = 0;
const DefaultRelayKeepAliveValueSecs = 5 * 60; export const DefaultRelayKeepAliveValueSecs = 5 * 60;
const dbg = debug('waku:waku'); const dbg = debug('waku:waku');