From 13fdc6ef6d5caa5119e312dbbae9c4bc1f74318c Mon Sep 17 00:00:00 2001 From: Antioch Peverell <30642645+antiochp@users.noreply.github.com> Date: Thu, 31 May 2018 09:50:27 -0400 Subject: [PATCH] dandelion config in grin.toml matches actual defaults (#1110) --- grin.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grin.toml b/grin.toml index 9b70095d8..dfdb82d16 100644 --- a/grin.toml +++ b/grin.toml @@ -78,10 +78,10 @@ run_test_miner = false #relay_secs = 600 #fluff and broadcast after embargo expires if tx not seen on network -#embargo_secs = 300 +#embargo_secs = 180 #run dandelion stem/fluff processing every n secs (stem tx aggregation in this window) -#patience_secs = 30 +#patience_secs = 10 #dandelion stem probability (stem 90% of the time, fluff 10% of the time) #stem_probability = 90