add: scan fragmented repair parts sequentially

This commit is contained in:
Tom Boullay
2026-05-08 02:12:58 +01:00
parent 80bc74c3a8
commit aa1284445c
9 changed files with 96 additions and 29 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
export const REPAIR_FRAGMENTATION_FIST_HOLD_SECONDS = 1;
export const REPAIR_FRAGMENTATION_SEQUENCE_SECONDS = 4;
export const REPAIR_SCAN_SEQUENCE_SECONDS = 4;
export const REPAIR_SCAN_PART_SECONDS = 1.2;