Skip to content

Commit

Permalink
Merge pull request #622 from oceanprotocol/feature/reduce_pubsub_ttl
Browse files Browse the repository at this point in the history
reduce pubsub ttl
  • Loading branch information
alexcos20 authored Aug 15, 2024
2 parents ae99b14 + 11a0ca1 commit 60ecedf
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 60ecedf

Please sign in to comment.