aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-24 16:42:35 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-24 16:42:35 -0700
commit1ed31187c3a5e6dd196892f09a3773ce31c57f17 (patch)
tree056c9086edfd77904e677aec6beab0d70474ecce /src/core
parent72fe0c1bbe2df81dc7cbe695fc38c427d5766d3b (diff)
Start threads more aggressively
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lib/iomgr/executor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/executor.c b/src/core/lib/iomgr/executor.c
index 60b3d3e8d1..624a42bf22 100644
--- a/src/core/lib/iomgr/executor.c
+++ b/src/core/lib/iomgr/executor.c
@@ -46,7 +46,7 @@
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/support/spinlock.h"
-#define MAX_DEPTH 4
+#define MAX_DEPTH 2
typedef struct {
gpr_mu mu;