summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJosh Blum2013-03-23 15:28:34 -0500
committerJosh Blum2013-03-23 15:28:34 -0500
commit418aa7ea25386d7d735f60b6b4c2f75be19b7d1c (patch)
treeed07dd1d59c9f766b26e9ae2067fe3f0b14979c3 /lib
parentc3bcc58d97b6922d4f43254ffb6daf7b2810db0e (diff)
downloadsandhi-418aa7ea25386d7d735f60b6b4c2f75be19b7d1c.tar.gz
sandhi-418aa7ea25386d7d735f60b6b4c2f75be19b7d1c.tar.bz2
sandhi-418aa7ea25386d7d735f60b6b4c2f75be19b7d1c.zip
gras: significant process on factory and filling in overhead_compare
Diffstat (limited to 'lib')
-rw-r--r--lib/block_actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_actor.cpp b/lib/block_actor.cpp
index 5b1c5db..4aeb2d1 100644
--- a/lib/block_actor.cpp
+++ b/lib/block_actor.cpp
@@ -13,7 +13,7 @@ ThreadPoolConfig::ThreadPoolConfig(void)
thread_count = std::max(size_t(2), thread_count);
node_mask = 0;
processor_mask = 0xffffffff;
- yield_strategy = "STRONG";
+ yield_strategy = "POLITE";
}
/***********************************************************************