mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-27 21:55:07 +03:00
fix sim and tune dht to bootstrap a little faster
This commit is contained in:
parent
289f1ce7c2
commit
ef6cece720
2 changed files with 12 additions and 6 deletions
|
@ -439,7 +439,7 @@ func main() {
|
|||
pingNodes(kstore)
|
||||
//pingBench(kstore) // Only after disabling debug output
|
||||
//stressTest(kstore)
|
||||
time.Sleep(120 * time.Second)
|
||||
//time.Sleep(120 * time.Second)
|
||||
dumpDHTSize(kstore) // note that this uses racey functions to read things...
|
||||
if false {
|
||||
// This connects the sim to the local network
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue