These settings are available in system.settings and are autogenerated from source.
http_headers_progress_interval_ms
Type
UInt64
Default
100
Do not send HTTP headers X-ClickHouse-Progress more frequently than at each specified interval.
http_headers_read_timeout
Type
Seconds
Default
30
Version history
| Version | Default value | Comment |
|---|---|---|
| 26.4 | 30 | New setting to limit total time for reading HTTP request headers, protecting against slowloris attacks. |
Maximum time in seconds to read all HTTP request headers. This is a total deadline for the entire header parsing phase, not a per-read timeout. Protects against slowloris-style attacks where a client trickles header data slowly to hold connections open.