Skip to content

Commit

Permalink
changing pubsub peerdiscovery intervall to 70 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
silkroadnomad committed Mar 24, 2024
1 parent eed6b35 commit a92b253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const config = {
peerDiscovery: [
bootstrap(bootstrapConfig),
pubsubPeerDiscovery({
interval: 10000,
interval: 70000,
topics: pubSubPeerDiscoveryTopics, // defaults to ['_peer-discovery._p2p._pubsub']
listenOnly: false
})
Expand Down
1 change: 0 additions & 1 deletion src/lib/components/Settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
libp2p,
connectedPeers,
masterSeed,
handle,
orbitdb, seedPhrase,
dbMyAddressBook, selectedAddr, selectedTab
} from "../../stores.js"
Expand Down

0 comments on commit a92b253

Please sign in to comment.