From 054e80c5027dd55907a8e791faad20d028466db7 Mon Sep 17 00:00:00 2001 From: ibsoln <52778946+ibsoln@users.noreply.github.com> Date: Wed, 19 May 2021 16:13:29 +0100 Subject: [PATCH] Update sg.yaml --- modules/ROOT/assets/attachments/sg.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/assets/attachments/sg.yaml b/modules/ROOT/assets/attachments/sg.yaml index d9abf786c..fdf126af3 100644 --- a/modules/ROOT/assets/attachments/sg.yaml +++ b/modules/ROOT/assets/attachments/sg.yaml @@ -93,7 +93,8 @@ properties: The default value is 2500 milliseconds. compact_interval_days: - type: integer + type: number + default: 1 description: |+ The ```compact_interval_days``` value defines the interval (in days) between scheduled compaction runs. It is a decimal number -- float32