From fab751c4b56f689ba34bfbd66dac3c894b1e68db Mon Sep 17 00:00:00 2001 From: Takanori Ishikawa Date: Sun, 19 Jan 2020 15:14:08 +0900 Subject: [PATCH] Add sync_offset option in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dda4a6d..800d2e1 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,8 @@ Optional config for all apps config :abc, via: SomeProvider, serves: false, # true if provider runs supervised interval: 15, # default 10 - log_results: true # show connection results in debug mode? + log_results: true, # show connection results in debug mode? + sync_offset: 300 # peerage starts connecting nodes after this interval milliseconds. default 500 ``` See specific providers for their additional config.