diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/src/glfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/src/glfs.c b/api/src/glfs.c index 7542d8b9fcd..48af2412b8b 100644 --- a/api/src/glfs.c +++ b/api/src/glfs.c @@ -95,7 +95,8 @@ glusterfs_ctx_defaults_init (glusterfs_ctx_t *ctx) goto err; } - 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) { goto err; } |