From a69d0b20dde8385d591390ce020ebbe01d5e7bd3 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Tue, 24 Feb 2026 13:56:38 -0800 Subject: [PATCH] client: plugins: tor: decrease bootstrap wait time Now that retries are implemented, this can be reduced. NOTE: while it's possible to add controller support, this works for now. --- client/plugins/docker/tor.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/plugins/docker/tor.bash b/client/plugins/docker/tor.bash index d272ecf..831c92c 100755 --- a/client/plugins/docker/tor.bash +++ b/client/plugins/docker/tor.bash @@ -2,7 +2,7 @@ # docker-finance | modern accounting for the power-user # -# Copyright (C) 2024 Aaron Fiore (Founder, Evergreen Crypto LLC) +# Copyright (C) 2024,2026 Aaron Fiore (Founder, Evergreen Crypto LLC) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -99,7 +99,7 @@ function tor::start() && echo 'socks5 $_ip 9050' >>$_proxychains" || lib_utils::die_fatal # Test Tor connection - local -r _sleep="30s" + local -r _sleep="20s" lib_utils::print_info "${global_container}: testing connection (bootstrapping ~${_sleep})" sleep "$_sleep" # Give time to bootstrap