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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user