Start threads more aggressively

reviewable/pr11119/r1
Craig Tiller 8 years ago
parent 72fe0c1bbe
commit 1ed31187c3
  1. 2
      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;

Loading…
Cancel
Save