fix: last sync time (#467)

This commit is contained in:
hstyi
2025-04-08 14:40:20 +08:00
committed by GitHub
parent 54e0f621ce
commit 79e59143fb

View File

@@ -67,6 +67,8 @@ class SyncManager private constructor() : Disposable {
sync(config)
sync.lastSyncTime = System.currentTimeMillis()
if (log.isInfoEnabled) {
log.info("Automatic synchronisation end")
}