Change enable_http_compression setting's default value to 1

This commit is contained in:
Peter Nguyen 2024-11-11 08:55:53 -08:00
parent 1de0d2f46c
commit a5318f6084

View File

@ -1788,7 +1788,7 @@ Possible values:
- 0 Disabled.
- 1 Enabled.
)", 0) \
)", 1) \
DECLARE(Int64, http_zlib_compression_level, 3, R"(
Sets the level of data compression in the response to an HTTP request if [enable_http_compression = 1](#enable_http_compression).