mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-14 14:03:11 +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