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:
lunar-mining
2024-01-16 13:56:49 +01:00
parent 4bf43ec521
commit 06ae4fd054

View File

@@ -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,
}