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.
This commit is contained in:
parent
6c0846fd17
commit
77eb3244c2
1 changed files with 2 additions and 2 deletions
|
|
@ -417,5 +417,5 @@ catalog:
|
||||||
# Lower it only if you know your materialize never exceeds the new
|
# Lower it only if you know your materialize never exceeds the new
|
||||||
# value AND your host has a habit of hard-killing processes.
|
# 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.
|
# Min 60 (1 minute), max 604800 (7 days). Configurable via /admin/server-config UI.
|
||||||
# materialize:
|
materialize:
|
||||||
# lock_ttl_seconds: 86400
|
lock_ttl_seconds: 86400
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue