Abrufzeit für Aufgaben auf 60s verlängert um 429 Fehler von CB zu vermeiden
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user