Skip to content

Commit d6f94e4

Browse files
committed
Change g_debug_lockorder flags to false for lockorder debugging
1 parent 8bc00c1 commit d6f94e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sync.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ bool LockStackEmpty()
275275
return it->second.empty();
276276
}
277277

278-
bool g_debug_lockorder_abort = true;
279-
bool g_debug_lockorder_throw_exception = true;
278+
bool g_debug_lockorder_abort = false;
279+
bool g_debug_lockorder_throw_exception = false;
280280

281281
#endif /* DEBUG_LOCKORDER */

0 commit comments

Comments
 (0)