commit 396ccefbd5814ed00526d7385fa9562edaede1ba Author: juga0 juga@riseup.net Date: Fri Dec 11 14:34:18 2020 +0000
fix: config: Increment circuit build timeout
setting it to the default, 60secs. Since many relays fail to be measured cause of circuit timeout.
Maybe closes #40029. --- sbws/config.default.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbws/config.default.ini b/sbws/config.default.ini index f159b68..cb943d0 100644 --- a/sbws/config.default.ini +++ b/sbws/config.default.ini @@ -25,7 +25,7 @@ http_timeout = 10 # to give to stem for waiting on a circuit to be built since # CircuitBuildTimeout doesn't handle the case of a TLS connection to a relay # taking forever, and probably other not-yet-discovered cases. -circuit_timeout = 10 +circuit_timeout = 60 # Whether or not to reset the bandwidth measurements when the relay's IP # address changes. If it changes, we only consider results for the relay that # we obtained while the relay was located at its most recent IP address.
tor-commits@lists.torproject.org