From d67e4be80e055cd045575fb8d17382090333d2df Mon Sep 17 00:00:00 2001 From: Edmond <1571649+edmonddantes@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:13:12 +0000 Subject: [PATCH] [true-async] bump base image to v0.7.0-rc.6 (restore HTTP/1+H2 perf) rc.6 reverts the experimental 1ms reactor-poll throttle back to the original CLOCK_MONOTONIC_COARSE jiffy (~10ms), which is what HTTP/1 (pipelined/baseline) and HTTP/2 want for batching. The H3 stream-credit fix (ngtcp2_conn_extend_max_streams_bidi) stays in (server v0.7.1). Supersedes #775 (rc.5 adaptive throttle regressed h2c at scale). --- frameworks/true-async-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/true-async-server/Dockerfile b/frameworks/true-async-server/Dockerfile index 2a705001..308332d0 100644 --- a/frameworks/true-async-server/Dockerfile +++ b/frameworks/true-async-server/Dockerfile @@ -1,4 +1,4 @@ -FROM trueasync/php-true-async:0.7.0-rc.4-php8.6 +FROM trueasync/php-true-async:0.7.0-rc.6-php8.6 RUN printf '%s\n' \ 'opcache.jit=1255' \