This repository was archived by the owner on Apr 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -164,3 +164,32 @@ fields:
164
164
- " false"
165
165
default : " true"
166
166
required : true
167
+
168
+ - id : PruningTriggerType
169
+ target :
170
+ type : environment
171
+ name : NETHERMIND_PRUNINGCONFIG_FULLPRUNINGTRIGGER
172
+ service : nethermind
173
+ title : Full Pruning Trigger Type
174
+ description : >-
175
+ The full pruning trigger which accepts config values like:
176
+ Manual: Triggered manually with JsonRPC call. (default)
177
+ StateDbSize: Trigger when the state DB size is above the threshold.
178
+ VolumeFreeSpace: Trigger when the free disk space where the state DB is stored is below the threshold.
179
+ enum :
180
+ - " Manual"
181
+ - " StateDbSize"
182
+ - " VolumeFreeSpace"
183
+ default : " Manual"
184
+ required : true
185
+
186
+ - id : PruningThresholdMb
187
+ target :
188
+ type : environment
189
+ name : NETHERMIND_PRUNINGCONFIG_FULLPRUNINGTHRESHOLDMB
190
+ service : nethermind
191
+ title : Full Pruning Threshold in Mb
192
+ description : >-
193
+ The threshold, in MB, to trigger full pruning. Depends on Mode and FullPruningTrigger. Defaults to 256000.
194
+ default : " 256000"
195
+ required : true
You can’t perform that action at this time.
0 commit comments