Skip to content

Commit 11a0ca1

Browse files
committed
reduce pubsub ttl
1 parent ae99b14 commit 11a0ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/P2P/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export class OceanP2P extends EventEmitter {
346346
timeout: 20000, // in ms,
347347
tagName: 'bootstrap',
348348
tagValue: 50,
349-
tagTTL: 10000000000
349+
tagTTL: 120000
350350
}),
351351
mdns({
352352
interval: config.p2pConfig.mDNSInterval

0 commit comments

Comments
 (0)