From 7f61499d3a7c9e9faf283955098bb95a6f407dca Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 12 Sep 2013 05:46:45 -0700 Subject: [PATCH] Reduce the max threads in the Workers unit test --- src/beast/modules/beast_core/thread/beast_Workers.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/beast/modules/beast_core/thread/beast_Workers.cpp b/src/beast/modules/beast_core/thread/beast_Workers.cpp index 4137462d1..e856b06d3 100644 --- a/src/beast/modules/beast_core/thread/beast_Workers.cpp +++ b/src/beast/modules/beast_core/thread/beast_Workers.cpp @@ -282,9 +282,6 @@ public: testThreads (4); testThreads (16); testThreads (64); - testThreads (128); - testThreads (256); - testThreads (512); } };