diff --git a/llarp/config/config.cpp b/llarp/config/config.cpp index 251d78815..e33a7c568 100644 --- a/llarp/config/config.cpp +++ b/llarp/config/config.cpp @@ -145,7 +145,7 @@ namespace llarp (void)params; constexpr bool DefaultProfilingValue = true; - static constexpr bool ReachableDefault = false; + static constexpr bool ReachableDefault = true; static constexpr int HopsDefault = 4; static constexpr int PathsDefault = 6;