small fixes

This commit is contained in:
giavaphi 2022-12-11 07:59:34 +01:00
parent 39bff805ac
commit dc0830120f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class Main extends Application {
stage.setTitle("Gartenverwaltung");
stage.show();
backGroundTaskTimer.scheduleAtFixedRate(backgroundTasks, 0, 10000);
backGroundTaskTimer.scheduleAtFixedRate(backgroundTasks, 0, 60000);
}