Enhance xlvask_tasks: introduce date range options and additional debug outputs for runSyncUsage. Add new parsers xlvask_parser_ingen_b_rster_foran_no_brush_wash_front and xlvask_parser_ht_dysebom and integrate into xlvask_helpers. Improve rate limiting and reduce FastCGI timeout in nginx configuration. Adjust execution time and memory limits in cli.php.

This commit is contained in:
Jepp9350
2025-07-14 09:22:32 +02:00
parent edcb6e5926
commit ffd0606ece
8 changed files with 311 additions and 43 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class response implements response_i
}
}
// If the debug mode is enabled, add the debug data to the response
if ($DEBUG) {
if ($DEBUG && false) {
$this->add_include('debug', [
'memory' => memory_get_usage(),
'time' => microtime(true) - $_SERVER['REQUEST_TIME_FLOAT'],