1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

disable profiling on path fail

This commit is contained in:
Jeff Becker 2019-03-31 10:41:36 -04:00
parent b9207ce3e0
commit c23498925c
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -345,7 +345,7 @@ namespace llarp
static constexpr llarp_time_t MaxBuildInterval = 30 * 1000;
buildIntervalLimit =
std::min(1000 + buildIntervalLimit, MaxBuildInterval);
router->routerProfiling().MarkPathFail(p);
// router->routerProfiling().MarkPathFail(p);
PathSet::HandlePathBuildTimeout(p);
}