mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-25 10:35:51 +00:00
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 DefaultPingKeepAliveValueSecs = 0;
|
||||
const DefaultRelayKeepAliveValueSecs = 5 * 60;
|
||||
export const DefaultPingKeepAliveValueSecs = 0;
|
||||
export const DefaultRelayKeepAliveValueSecs = 5 * 60;
|
||||
|
||||
const dbg = debug('waku:waku');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user