Revert "FC wait strategy experiment"
authorkhizmax <libcds.dev@gmail.com>
Sat, 18 Jun 2016 15:11:17 +0000 (18:11 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 18 Jun 2016 15:11:17 +0000 (18:11 +0300)
This reverts commit e5ff38da4ded440bc8cd2c6e2c7c1c4b6be013a1.

cds/algo/flat_combining/wait_strategy.h

index 40b6e7da8c6ebec90f648c8bbd2b5df4ad01be18..c8ec6f83c22959dd72adcfef8baff4f11f36050f 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 parameter \p Milliseconds specifies waiting duration;
             the minimal value is 1.
         */
-        template <int Milliseconds = 10>
+        template <int Milliseconds = 2>
         class multi_mutex_multi_condvar
         {
         //@cond
         class multi_mutex_multi_condvar
         {
         //@cond