From f4eb116fbfe65f72eb53455a2d55d21f63a5e909 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Mon, 22 Oct 2018 14:03:46 -0700 Subject: [PATCH] Minor update to seed module documentation --- servers/src/grin/seed.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/servers/src/grin/seed.rs b/servers/src/grin/seed.rs index 32fca7c7..20b05f19 100644 --- a/servers/src/grin/seed.rs +++ b/servers/src/grin/seed.rs @@ -12,9 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -//! Mining plugin manager, using the cuckoo-miner crate to provide -//! a mining worker implementation -//! +//! Seeds a server with initial peers on first start and keep monitoring +//! peer counts to connect to more if neeed. Seedin strategy is +//! configurable with either no peers, a user-defined list or a preset +//! list of DNS records (the default). use chrono::prelude::Utc; use chrono::{Duration, MIN_DATE};