Skip to content

Commit

Permalink
fixed strike defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaminel committed Jan 22, 2025
1 parent 0c691a5 commit 4f8e1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/Executable/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"QueueCleaner": {
"Enabled": true,
"RunSequentially": true,
"IMPORT_FAILED_MAX_STRIKES": 5,
"IMPORT_FAILED_MAX_STRIKES": 0,
"IMPORT_FAILED_IGNORE_PRIVATE": false,
"IMPORT_FAILED_DELETE_PRIVATE": false,
"IMPORT_FAILED_IGNORE_PATTERNS": [],
"STALLED_MAX_STRIKES": 5,
"STALLED_MAX_STRIKES": 0,
"STALLED_IGNORE_PRIVATE": false,
"STALLED_DELETE_PRIVATE": false
},
Expand Down

0 comments on commit 4f8e1c5

Please sign in to comment.