FC wait strategy experiment
authorkhizmax <libcds.dev@gmail.com>
Sat, 18 Jun 2016 14:23:53 +0000 (17:23 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 18 Jun 2016 14:23:53 +0000 (17:23 +0300)
cds/algo/flat_combining/wait_strategy.h

index c8ec6f83c22959dd72adcfef8baff4f11f36050f..40b6e7da8c6ebec90f648c8bbd2b5df4ad01be18 100644 (file)
@@ -242,7 +242,7 @@ namespace cds { namespace algo { namespace flat_combining {
             Template parameter \p Milliseconds specifies waiting duration;
             the minimal value is 1.
         */
-        template <int Milliseconds = 2>
+        template <int Milliseconds = 10>
         class multi_mutex_multi_condvar
         {
         //@cond