From ab2703e6c17a518cfe3e230a9f0cfaccef554c1b Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Mon, 3 Feb 2020 11:57:50 +0000 Subject: [PATCH] Updated comments on ibid. --- nym-client/src/config/mod.rs | 2 +- nym-client/src/config/template.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nym-client/src/config/mod.rs b/nym-client/src/config/mod.rs index 375085c737..561ece60ec 100644 --- a/nym-client/src/config/mod.rs +++ b/nym-client/src/config/mod.rs @@ -331,7 +331,7 @@ pub struct Debug { /// The provided value is interpreted as milliseconds. topology_refresh_rate: u64, - /// During initial healthcheck, test packets are sent through every single possible network + /// During topology refresh, test packets are sent through every single possible network /// path. This timeout determines waiting period until it is decided that the packet /// did not reach its destination. /// The provided value is interpreted as milliseconds. diff --git a/nym-client/src/config/template.rs b/nym-client/src/config/template.rs index 31e739aa3d..ace8db32a7 100644 --- a/nym-client/src/config/template.rs +++ b/nym-client/src/config/template.rs @@ -101,7 +101,7 @@ rate_compliant_cover_messages_disabled = {{ debug.rate_compliant_cover_messages_ # The provided value is interpreted as milliseconds. topology_refresh_rate = {{ debug.topology_refresh_rate }} -# During initial healthcheck, test packets are sent through every single possible network +# During topology refresh, test packets are sent through every single possible network # path. This timeout determines waiting period until it is decided that the packet # did not reach its destination. # The provided value is interpreted as milliseconds.