refactor: set p2p.max_connection_attempts to 10
This commit is contained in:
parent
1f008c40b4
commit
dcbc54cec5
|
@ -21,6 +21,7 @@ func (c Config) Defaults() map[string]interface{} {
|
||||||
"wss://z2DWuPbL5pweybXnEB618pMnV58ECj2VPDNfVGm3tFqBvjF@s5.ninja/s5/p2p",
|
"wss://z2DWuPbL5pweybXnEB618pMnV58ECj2VPDNfVGm3tFqBvjF@s5.ninja/s5/p2p",
|
||||||
}
|
}
|
||||||
defaults["db_path"] = "s5.db"
|
defaults["db_path"] = "s5.db"
|
||||||
|
defaults["p2p.max_connection_attempts"] = 10
|
||||||
|
|
||||||
return defaults
|
return defaults
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue