small fixes
This commit is contained in:
parent
39bff805ac
commit
dc0830120f
|
@ -28,7 +28,7 @@ public class Main extends Application {
|
|||
stage.setTitle("Gartenverwaltung");
|
||||
stage.show();
|
||||
|
||||
backGroundTaskTimer.scheduleAtFixedRate(backgroundTasks, 0, 10000);
|
||||
backGroundTaskTimer.scheduleAtFixedRate(backgroundTasks, 0, 60000);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue