diff options
author | Josh Blum | 2013-03-25 02:37:56 -0500 |
---|---|---|
committer | Josh Blum | 2013-03-25 02:37:56 -0500 |
commit | 03782249b936ec973537b305e40b3db360e6f93a (patch) | |
tree | 8d98021148e0463a9bc025d1d1be6f8956f0d1dd /lib | |
parent | 24f4cdd75788b9fb31a0b4dd6adcdc82d0e97998 (diff) | |
download | sandhi-03782249b936ec973537b305e40b3db360e6f93a.tar.gz sandhi-03782249b936ec973537b305e40b3db360e6f93a.tar.bz2 sandhi-03782249b936ec973537b305e40b3db360e6f93a.zip |
gras: revert this change while stats devel
Diffstat (limited to 'lib')
-rw-r--r-- | lib/block_actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_actor.cpp b/lib/block_actor.cpp index 4aeb2d1..5b1c5db 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 = "POLITE"; + yield_strategy = "STRONG"; } /*********************************************************************** |