clean both folder if empty

This commit is contained in:
fyears
2024-04-27 12:03:36 +08:00
parent df7b6e1848
commit 9fe1b1d5e6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1364,7 +1364,7 @@ export async function syncer(
step = 6;
mixedEntityMappings = await getSyncPlanInplace(
mixedEntityMappings,
settings.howToCleanEmptyFolder ?? "skip",
settings.howToCleanEmptyFolder ?? "clean_both",
settings.skipSizeLargerThan ?? -1,
settings.conflictAction ?? "keep_newer",
settings.syncDirection ?? "bidirectional",