changed way of db init

This commit is contained in:
Marc Froehlich
2023-11-14 00:50:10 +01:00
parent 7d9adeba1a
commit 499b58965c
6 changed files with 109 additions and 99 deletions
@@ -620,7 +620,7 @@ public class ChatController {
*/
// Timer ASQueryTimer;
ASQueryTimer = new Timer();
ASQueryTimer.schedule(new AirScoutPeriodicalAPReflectionInquirerTask(this), 10000, 5000);
ASQueryTimer.schedule(new AirScoutPeriodicalAPReflectionInquirerTask(this), 10000, 12000);
// 60000 * intervalInMinutes = IntervalInMillis
/**