refactor: set p2p.max_connection_attempts to 10

This commit is contained in:
Derrick Hammer 2024-03-05 15:16:31 -05:00
parent 1f008c40b4
commit dcbc54cec5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ func (c Config) Defaults() map[string]interface{} {
"wss://z2DWuPbL5pweybXnEB618pMnV58ECj2VPDNfVGm3tFqBvjF@s5.ninja/s5/p2p",
}
defaults["db_path"] = "s5.db"
defaults["p2p.max_connection_attempts"] = 10
return defaults
}