From c4a301b7bd615c736d5251f5e3e043896642d036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Chodo=C5=82a?= <43241881+kamilchodola@users.noreply.github.com> Date: Tue, 14 May 2024 12:00:41 +0200 Subject: [PATCH] add line breaks --- setup-wizard.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup-wizard.yml b/setup-wizard.yml index 440b722..b0df7cb 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -173,9 +173,13 @@ fields: title: Full Pruning Trigger Type description: >- The full pruning trigger which accepts config values like: + Manual: Triggered manually with JsonRPC call. (default) + StateDbSize: Trigger when the state DB size is above the threshold. + VolumeFreeSpace: Trigger when the free disk space where the state DB is stored is below the threshold. + enum: - "Manual" - "StateDbSize"