File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ export const VALID_CONFIG_KEYS = new Set([
5858 'strategies.deduplication' ,
5959 'strategies.deduplication.enabled' ,
6060 'strategies.deduplication.protectedTools' ,
61+ // strategies.supersedeWrites
62+ 'strategies.supersedeWrites' ,
63+ 'strategies.supersedeWrites.enabled' ,
6164 // strategies.onIdle
6265 'strategies.onIdle' ,
6366 'strategies.onIdle.enabled' ,
@@ -71,10 +74,7 @@ export const VALID_CONFIG_KEYS = new Set([
7174 'strategies.pruneTool.protectedTools' ,
7275 'strategies.pruneTool.nudge' ,
7376 'strategies.pruneTool.nudge.enabled' ,
74- 'strategies.pruneTool.nudge.frequency' ,
75- // strategies.supersedeWrites
76- 'strategies.supersedeWrites' ,
77- 'strategies.supersedeWrites.enabled' ,
77+ 'strategies.pruneTool.nudge.frequency'
7878] )
7979
8080// Extract all key paths from a config object for validation
You can’t perform that action at this time.
0 commit comments