bisync: default maxDelete 10

This commit is contained in:
2026-09-10 00:04:03 +02:00
parent 5c8e5560d4
commit 3acf819b42
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export const BISYNC_SAFETY_DEFAULTS = {
resilient: true,
slowHashSyncOnly: true,
conflictResolve: 'none',
maxDelete: 50,
maxDelete: 10,
compare: 'size,modtime,checksum',
} as const