Skip to content

Commit 60ecedf

Browse files
authored
Merge pull request #622 from oceanprotocol/feature/reduce_pubsub_ttl
reduce pubsub ttl
2 parents ae99b14 + 11a0ca1 commit 60ecedf

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)