X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fwangle%2Fconcurrent%2FCPUThreadPoolExecutor.cpp;h=25b2214842b44d7e1dbd45fbb87b16bc62bc8323;hp=e0ad08c83ce8a76379a147a5a52c0206ed8872d1;hb=905b5c10e074fe9b35e21e848cb1b29f6f663fb3;hpb=9009c2b491bdc8bcfe8eab37d688063242006c83 diff --git a/folly/wangle/concurrent/CPUThreadPoolExecutor.cpp b/folly/wangle/concurrent/CPUThreadPoolExecutor.cpp index e0ad08c8..25b22148 100644 --- a/folly/wangle/concurrent/CPUThreadPoolExecutor.cpp +++ b/folly/wangle/concurrent/CPUThreadPoolExecutor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014 Facebook, Inc. + * Copyright 2015 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ namespace folly { namespace wangle { -const size_t CPUThreadPoolExecutor::kDefaultMaxQueueSize = 1 << 18; +const size_t CPUThreadPoolExecutor::kDefaultMaxQueueSize = 1 << 14; const size_t CPUThreadPoolExecutor::kDefaultNumPriorities = 2; CPUThreadPoolExecutor::CPUThreadPoolExecutor(