diff --git a/java/restheart/config.yaml b/java/restheart/config.yaml index 8dc4e653cb0..cc4d5176a28 100644 --- a/java/restheart/config.yaml +++ b/java/restheart/config.yaml @@ -10,7 +10,7 @@ files: environment: RH_IO_THREADS: 1 - RH_WORKER_THREADS: 4 + RH_WORKER_THREADS: 2 binaries: - target/benchmark.jar diff --git a/php/chubbyphp-roadrunner/composer.json b/php/chubbyphp-roadrunner/composer.json index 66750bcbe36..dc5a7223930 100644 --- a/php/chubbyphp-roadrunner/composer.json +++ b/php/chubbyphp-roadrunner/composer.json @@ -1,6 +1,6 @@ { "require": { - "chubbyphp/chubbyphp-framework": "~3.3.0", + "chubbyphp/chubbyphp-framework": "~3.4.0", "chubbyphp/chubbyphp-framework-router-fastroute": "*", "slim/psr7": "*", "spiral/roadrunner": "*" diff --git a/php/chubbyphp-roadrunner/config.yaml b/php/chubbyphp-roadrunner/config.yaml index 8901d9a6e02..dca0a9740b4 100644 --- a/php/chubbyphp-roadrunner/config.yaml +++ b/php/chubbyphp-roadrunner/config.yaml @@ -1,6 +1,6 @@ framework: github: chubbyphp/chubbyphp-framework - version: 3.3 + version: 3.4 before_command: - vendor/bin/rr get-binary diff --git a/php/chubbyphp-swoole/composer.json b/php/chubbyphp-swoole/composer.json index 0c91fbe7298..855caaea361 100644 --- a/php/chubbyphp-swoole/composer.json +++ b/php/chubbyphp-swoole/composer.json @@ -1,6 +1,6 @@ { "require": { - "chubbyphp/chubbyphp-framework": "~3.3.0", + "chubbyphp/chubbyphp-framework": "~3.4.0", "chubbyphp/chubbyphp-framework-router-fastroute": "*", "chubbyphp/chubbyphp-swoole-request-handler": "*", "slim/psr7": "*" diff --git a/php/chubbyphp-swoole/config.yaml b/php/chubbyphp-swoole/config.yaml index c221b05756d..dcaed761a51 100644 --- a/php/chubbyphp-swoole/config.yaml +++ b/php/chubbyphp-swoole/config.yaml @@ -1,6 +1,6 @@ framework: github: chubbyphp/chubbyphp-framework - version: 3.3 + version: 3.4 php_ext: - swoole diff --git a/php/chubbyphp-workerman/composer.json b/php/chubbyphp-workerman/composer.json index b9e22691f00..99fb01484ce 100644 --- a/php/chubbyphp-workerman/composer.json +++ b/php/chubbyphp-workerman/composer.json @@ -1,6 +1,6 @@ { "require": { - "chubbyphp/chubbyphp-framework": "~3.3.0", + "chubbyphp/chubbyphp-framework": "~3.4.0", "chubbyphp/chubbyphp-framework-router-fastroute": "*", "chubbyphp/chubbyphp-workerman-request-handler": "*", "slim/psr7": "*" diff --git a/php/chubbyphp-workerman/config.yaml b/php/chubbyphp-workerman/config.yaml index acc29b9f98f..d18e8e09412 100644 --- a/php/chubbyphp-workerman/config.yaml +++ b/php/chubbyphp-workerman/config.yaml @@ -1,6 +1,6 @@ framework: github: chubbyphp/chubbyphp-framework - version: 3.3 + version: 3.4 build_deps: - libevent-dev diff --git a/php/chubbyphp/composer.json b/php/chubbyphp/composer.json index c86ed986ee9..aceba0b5ea6 100644 --- a/php/chubbyphp/composer.json +++ b/php/chubbyphp/composer.json @@ -1,6 +1,6 @@ { "require": { - "chubbyphp/chubbyphp-framework": "~3.3.0", + "chubbyphp/chubbyphp-framework": "~3.4.0", "chubbyphp/chubbyphp-framework-router-fastroute": "*", "slim/psr7": "*" } diff --git a/php/chubbyphp/config.yaml b/php/chubbyphp/config.yaml index bc509701571..3f3305f4c67 100644 --- a/php/chubbyphp/config.yaml +++ b/php/chubbyphp/config.yaml @@ -1,3 +1,3 @@ framework: github: chubbyphp/chubbyphp-framework - version: 3.3 + version: 3.4