From 77eb3244c2e163c7e75d6b448b8e4b5428c17ddc Mon Sep 17 00:00:00 2001 From: ZdenekSrotyr Date: Mon, 4 May 2026 18:59:56 +0200 Subject: [PATCH] fix(config): uncomment materialize block in instance.yaml.example Spec-review note on 6c0846fd: every other section in the example file with a default appears as live YAML, not commented. Match that convention so operators see the documented default rendered. --- config/instance.yaml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/instance.yaml.example b/config/instance.yaml.example index ec178e6..82b8367 100644 --- a/config/instance.yaml.example +++ b/config/instance.yaml.example @@ -417,5 +417,5 @@ catalog: # Lower it only if you know your materialize never exceeds the new # value AND your host has a habit of hard-killing processes. # Min 60 (1 minute), max 604800 (7 days). Configurable via /admin/server-config UI. -# materialize: -# lock_ttl_seconds: 86400 +materialize: + lock_ttl_seconds: 86400