Skip to content

Commit

Permalink
wip(daemon): delegated dht by default
Browse files Browse the repository at this point in the history
  • Loading branch information
juligasa committed Dec 2, 2024
1 parent ad22475 commit a5cc6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ func (p2p P2P) Default() P2P {
BootstrapPeers: bootstrapPeers(),
Port: 55000,
RelayBackoff: time.Minute * 3,
NoDHT: true,
}
}

Expand Down

0 comments on commit a5cc6a4

Please sign in to comment.