diff --git a/BeefySysLib/util/BeefPerf.cpp b/BeefySysLib/util/BeefPerf.cpp index b7e90574..98fb8444 100644 --- a/BeefySysLib/util/BeefPerf.cpp +++ b/BeefySysLib/util/BeefPerf.cpp @@ -750,8 +750,7 @@ bool BpManager::Connect() if (mShutdownEvent.WaitFor(0)) { // We are shutting down - have we waited enough? - //int minWaitMS = isLocalhost ? 50 : 20*1000; - int minWaitMS = 20 * 1000; + int minWaitMS = isLocalhost ? 50 : 20*1000; if (totalWaitedMS >= minWaitMS) return false; }