diff --git a/src/mutex.c b/src/mutex.c index 79b8f275..0b3547a8 100644 --- a/src/mutex.c +++ b/src/mutex.c @@ -13,7 +13,7 @@ * Based on benchmark results, a fixed spin with this amount of retries works * well for our critical sections. */ -int64_t opt_mutex_max_spin = 250; +int64_t opt_mutex_max_spin = 600; /******************************************************************************/ /* Data. */