Skip to content

Commit 45f094b

Browse files
update comment
1 parent 96ad754 commit 45f094b

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/computer/heather/advancedbackups/core/backups

1 file changed

+1
-1
lines changed

core/src/main/java/computer/heather/advancedbackups/core/backups/BackupTimer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static void check() {
4141
BackupWrapper.makeSingleBackup(5000, false);
4242
} else {
4343
//We can just wait here if the backup check fails.
44-
//It'll only be a 5m wait if a backup was meant to happen - or if the next time should be extended, say, a manual backup was made, we can go back to idle rather than running checks every tick.
44+
//Typically we'll just skip this backup if it failed and make the next one.
4545
BackupTimer.nextBackup = BackupTimer.calculateNextBackupTime() + currentTime;
4646
}
4747

0 commit comments

Comments
 (0)