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"] = {
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user