From 4e78badac961445a07db9f573e8896f19de62645 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Wed, 15 Aug 2018 12:54:20 +0400 Subject: [PATCH] docs: note max outbound peers excludes persistent --- docs/tendermint-core/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tendermint-core/configuration.md b/docs/tendermint-core/configuration.md index 6fb72c44c..5b5c4a29a 100644 --- a/docs/tendermint-core/configuration.md +++ b/docs/tendermint-core/configuration.md @@ -120,7 +120,7 @@ flush_throttle_timeout = 100 # Maximum number of inbound peers max_num_inbound_peers = 40 -# Maximum number of outbound peers to connect to +# Maximum number of outbound peers to connect to, excluding persistent peers max_num_outbound_peers = 10 # Maximum size of a message packet payload, in bytes