mirror of https://github.com/waku-org/js-waku.git
Update packages/core/src/lib/waku.ts
Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
This commit is contained in:
parent
71fe047254
commit
00e57d61ec
|
@ -19,7 +19,7 @@ import { StoreCodec, WakuStore } from "./waku_store";
|
|||
|
||||
export const DefaultPingKeepAliveValueSecs = 0;
|
||||
export const DefaultRelayKeepAliveValueSecs = 5 * 60;
|
||||
export const DefaultUserAgent = "waku-js";
|
||||
export const DefaultUserAgent = "js-waku";
|
||||
|
||||
const log = debug("waku:waku");
|
||||
|
||||
|
|
Loading…
Reference in New Issue