Skip to content

Commit e1824ce

Browse files
authored
Merge pull request #75 from kube-HPC/changeOwnership_optional
set copyOwnershipFromParent=false
2 parents b44fde6 + b9fe791 commit e1824ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/syncthing/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class SyncthingApi extends EventEmitter {
125125
fsWatcherEnabled: true,
126126
fsWatcherDelayS: 1,
127127
maxConflicts: 0,
128-
copyOwnershipFromParent: true,
128+
copyOwnershipFromParent: false,
129129
});
130130
await this.postConfig(currentConfig);
131131
}

0 commit comments

Comments
 (0)