mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
settings: change refinery interval default to 5 seconds
we reduce this in light of 4bf43ec521.
Hostlist sharing now works as follows:
* Start node
* wait 5 sec
* start greylist refinery
* send whitelisted entry to peers
This commit is contained in:
@@ -107,7 +107,7 @@ impl Default for Settings {
|
||||
outbound_peer_discovery_attempt_time: 5,
|
||||
advertise: true,
|
||||
hostlist,
|
||||
greylist_refinery_interval: 30,
|
||||
greylist_refinery_interval: 5,
|
||||
white_connection_percent: 90,
|
||||
anchor_connection_count: 2,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user