more debug info

This commit is contained in:
fyears 2024-05-25 15:53:38 +08:00
parent ff765d5ae7
commit 7ca2d19255

View File

@ -774,12 +774,16 @@ const getSyncPlanInplace = async (
mixedEntityMappings["/$@meta"] = { mixedEntityMappings["/$@meta"] = {
key: "/$@meta", // don't mess up with the types key: "/$@meta", // don't mess up with the types
sideNotes: { sideNotes: {
version: "20240508 fs version", version: "20240525 fs version",
generateTime: currTime, generateTime: currTime,
generateTimeFmt: currTimeFmt, generateTimeFmt: currTimeFmt,
service: settings.serviceType, service: settings.serviceType,
concurrency: settings.concurrency,
hasPassword: settings.password !== "", hasPassword: settings.password !== "",
syncConfigDir: settings.syncConfigDir, syncConfigDir: settings.syncConfigDir,
syncUnderscoreItems: settings.syncUnderscoreItems,
skipSizeLargerThan: settings.skipSizeLargerThan,
protectModifyPercentage: settings.protectModifyPercentage,
conflictAction: conflictAction, conflictAction: conflictAction,
syncDirection: syncDirection, syncDirection: syncDirection,
triggerSource: triggerSource, triggerSource: triggerSource,