From d7ca14b18d475966fb917ee3d114af98a46927ec Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 27 Aug 2013 00:57:43 -0700 Subject: [PATCH] This is too expensive. --- BeastConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeastConfig.h b/BeastConfig.h index 67a23f864..00d71ee75 100644 --- a/BeastConfig.h +++ b/BeastConfig.h @@ -178,7 +178,7 @@ and recursive mutex objects. This affects the type of lock used by RippleMutex and RippleRecursiveMutex */ -#define RIPPLE_TRACK_MUTEXES 1 +#define RIPPLE_TRACK_MUTEXES 0 //------------------------------------------------------------------------------