diff options
author | Craig Tiller <ctiller@google.com> | 2017-05-24 16:30:28 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-05-24 16:30:28 -0700 |
commit | 72fe0c1bbe2df81dc7cbe695fc38c427d5766d3b (patch) | |
tree | d9fb2b9ac190b2901307efc9ae838ff18ebf359b /src/core/lib | |
parent | 468af1cf45708224712d1979e14d8fe7df96757a (diff) |
Start threads more aggressively
Diffstat (limited to 'src/core/lib')
-rw-r--r-- | src/core/lib/iomgr/executor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/executor.c b/src/core/lib/iomgr/executor.c index 2bbae80c86..60b3d3e8d1 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 32 +#define MAX_DEPTH 4 typedef struct { gpr_mu mu; |