fix(core): increase HTTP/2 max concurrent streams to 250 (default)

This commit is contained in:
Andras Bacsai
2025-02-02 14:03:18 +01:00
parent 83f0f9fca4
commit 8be536d3ec

View File

@@ -182,9 +182,9 @@ function generate_default_proxy_configuration(Server $server)
'--entrypoints.http.address=:80', '--entrypoints.http.address=:80',
'--entrypoints.https.address=:443', '--entrypoints.https.address=:443',
'--entrypoints.http.http.encodequerysemicolons=true', '--entrypoints.http.http.encodequerysemicolons=true',
'--entryPoints.http.http2.maxConcurrentStreams=50', '--entryPoints.http.http2.maxConcurrentStreams=250',
'--entrypoints.https.http.encodequerysemicolons=true', '--entrypoints.https.http.encodequerysemicolons=true',
'--entryPoints.https.http2.maxConcurrentStreams=50', '--entryPoints.https.http2.maxConcurrentStreams=250',
'--entrypoints.https.http3', '--entrypoints.https.http3',
'--providers.file.directory=/traefik/dynamic/', '--providers.file.directory=/traefik/dynamic/',
'--providers.file.watch=true', '--providers.file.watch=true',