mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
more debug info
This commit is contained in:
parent
ff765d5ae7
commit
7ca2d19255
@ -774,12 +774,16 @@ const getSyncPlanInplace = async (
|
||||
mixedEntityMappings["/$@meta"] = {
|
||||
key: "/$@meta", // don't mess up with the types
|
||||
sideNotes: {
|
||||
version: "20240508 fs version",
|
||||
version: "20240525 fs version",
|
||||
generateTime: currTime,
|
||||
generateTimeFmt: currTimeFmt,
|
||||
service: settings.serviceType,
|
||||
concurrency: settings.concurrency,
|
||||
hasPassword: settings.password !== "",
|
||||
syncConfigDir: settings.syncConfigDir,
|
||||
syncUnderscoreItems: settings.syncUnderscoreItems,
|
||||
skipSizeLargerThan: settings.skipSizeLargerThan,
|
||||
protectModifyPercentage: settings.protectModifyPercentage,
|
||||
conflictAction: conflictAction,
|
||||
syncDirection: syncDirection,
|
||||
triggerSource: triggerSource,
|
||||
|
Loading…
Reference in New Issue
Block a user