- No longer unexpected parallel replication is performed.
- Now we can set the device name and enable customised synchronisation again.
This commit is contained in:
vorotamoroz
2024-05-27 12:04:19 +01:00
parent 3a4b59b998
commit 0bf087dba0
4 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -1439,7 +1439,7 @@ We can perform a command in this file.
this.replicator.openReplication(this.settings, true, false, false);
}
}
if (this.settings.syncOnStart) {
if (!this.settings.liveSync && this.settings.syncOnStart) {
this.replicator.openReplication(this.settings, false, false, false);
}
this.periodicSyncProcessor.enable(this.settings.periodicReplication ? this.settings.periodicReplicationInterval * 1000 : 0);