reduce path build timeout from 30s to 10s

this should help make path timeouts less insufferable.
This commit is contained in:
Jeff Becker 2021-06-02 15:23:44 -04:00
parent 9bb3711ca4
commit 08d62e32c0
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace llarp
/// normally once things are going).
constexpr std::size_t min_intro_paths = 4;
/// after this many ms a path build times out
constexpr auto build_timeout = 30s;
constexpr auto build_timeout = 10s;
/// measure latency every this interval ms
constexpr auto latency_interval = 20s;