diff options
Diffstat (limited to 'tests/plugins/http/configs/.rr-http-static.yaml')
-rw-r--r-- | tests/plugins/http/configs/.rr-http-static.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/http/configs/.rr-http-static.yaml b/tests/plugins/http/configs/.rr-http-static.yaml index 9bb2abc0..9351f020 100644 --- a/tests/plugins/http/configs/.rr-http-static.yaml +++ b/tests/plugins/http/configs/.rr-http-static.yaml @@ -1,5 +1,5 @@ server: - command: "php ../../http/client.php pid pipes" + command: "php ../../psr-worker-bench.php" user: "" group: "" env: @@ -24,7 +24,7 @@ http: response: "output": "output-header" pool: - num_workers: 2 + num_workers: 12 max_jobs: 0 allocate_timeout: 60s destroy_timeout: 60s |