Abrufzeit für Aufgaben auf 60s verlängert um 429 Fehler von CB zu vermeiden

This commit is contained in:
2025-10-10 11:28:38 +02:00
parent 36944c71bf
commit 5912bc29ac
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ require('vendor/autoload.php');
const $table = $('#aufgaben-table');
const $target = $('#AufgabenTableHolder');
const url = 'sources/getAufgabenTable.php';
const interval = 30000;
const interval = 60000;
$target.load(url, function () {
buildSeamlessLoop($table, $scroller);