oopsie
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 49s

This commit is contained in:
Lee 2024-04-29 07:00:15 +01:00
parent e250eb4a50
commit d439a7936a

@ -59,7 +59,7 @@ public class PiaManager {
public void run() {
GitUtils.commitFiles("Scheduled update", serversFile.toPath(), README_PATH); // Commit the files
}
}, 0, TimeUnit.HOURS.toMillis(1));
}, TimeUnit.MINUTES.toMillis(3), TimeUnit.HOURS.toMillis(1));
}
@SneakyThrows