From 9afcdde9a92f817330e4dfd5e1ef77a7bf461253 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 9 May 2011 00:21:23 +0000 Subject: xepoll_thread_pool: add optional :pool_size argument We're now able to configure the number of threads independently of worker_connections. --- t/t0041-optional-pool-size.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t0041-optional-pool-size.sh') diff --git a/t/t0041-optional-pool-size.sh b/t/t0041-optional-pool-size.sh index c074676..f5f6400 100755 --- a/t/t0041-optional-pool-size.sh +++ b/t/t0041-optional-pool-size.sh @@ -2,7 +2,7 @@ . ./test-lib.sh case $model in -NeverBlock|CoolioThreadPool) ;; +NeverBlock|CoolioThreadPool|XEpollThreadPool) ;; *) t_info "skipping $model.$T since it doesn't support :pool_size" exit -- cgit v1.2.3-24-ge0c7