diff --git a/lib/shared_memory.cpp b/lib/shared_memory.cpp index 0d921627..7d94ba68 100644 --- a/lib/shared_memory.cpp +++ b/lib/shared_memory.cpp @@ -176,9 +176,8 @@ namespace IPC { --isLocked; if (!isLocked){ uint64_t micros = Util::getMicros(lockTime); - if (micros > 500){ + if (micros > 10000){ INFO_MSG("Semaphore %s was locked for %.3f ms", myName.c_str(), (double)micros/1000.0); - BACKTRACE; } } }