Add compress_image_layer to openapi spec

This commit is contained in:
Konstantin Knizhnik
2024-03-12 21:31:09 +02:00
parent 18fefff026
commit ce65d13dbd
2 changed files with 3 additions and 0 deletions

View File

@@ -1444,6 +1444,8 @@ components:
type: integer
trace_read_requests:
type: boolean
compress_image_layer:
type: boolean
heatmap_period:
type: string
TenantConfigResponse:

View File

@@ -188,6 +188,7 @@ def test_fully_custom_config(positive_env: NeonEnv):
"max": 1000,
},
"trace_read_requests": True,
"compress_image_layer": True,
"walreceiver_connect_timeout": "13m",
}