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

@@ -251,7 +251,7 @@ $Epi = new Epirent();
initOne('#checkout-scroll', '#checkout-table', '#getCheckOutTableHolder', 'sources/getCheckOutTable.php', 5000, 'checkout');
initOne('#checkin-scroll', '#checkin-table', '#getCheckInTableHolder', 'sources/getCheckInTable.php', 5000, 'checkin');
initOne('#aufgaben-scroll', '#aufgaben-table', '#AufgabenTableHolder', 'sources/getAufgabenTable.php', 30000, 'aufgaben');
initOne('#aufgaben-scroll', '#aufgaben-table', '#AufgabenTableHolder', 'sources/getAufgabenTable.php', 60000, 'aufgaben');
});
</script>