diff options
Diffstat (limited to 'cli/src/cli.c')
-rw-r--r-- | cli/src/cli.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c index b33ce950e11..cd2825e9c4a 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -114,7 +114,8 @@ glusterfs_ctx_defaults_init (glusterfs_ctx_t *ctx) if (!ctx->iobuf_pool) return -1; - ctx->event_pool = event_pool_new (DEFAULT_EVENT_POOL_SIZE); + ctx->event_pool = event_pool_new (DEFAULT_EVENT_POOL_SIZE, + STARTING_EVENT_THREADS); if (!ctx->event_pool) return -1; |