Skip to content

Commit

Permalink
One more UI adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola authored May 14, 2024
1 parent c4a301b commit cf739cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,14 @@ fields:
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.
**Manual**: Triggered manually with JsonRPC call. (default)
VolumeFreeSpace: Trigger when the free disk space where the state DB is stored is below the threshold.
**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"
Expand Down

0 comments on commit cf739cc

Please sign in to comment.