Skip to content

Commit

Permalink
reduce pubsub ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Aug 15, 2024
1 parent ae99b14 commit 11a0ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/P2P/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export class OceanP2P extends EventEmitter {
timeout: 20000, // in ms,
tagName: 'bootstrap',
tagValue: 50,
tagTTL: 10000000000
tagTTL: 120000
}),
mdns({
interval: config.p2pConfig.mDNSInterval
Expand Down

0 comments on commit 11a0ca1

Please sign in to comment.