mirror of https://github.com/status-im/js-waku.git
export values so they are included in the documentation
This commit is contained in:
parent
bac26ea3da
commit
6d42c39298
|
@ -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');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue