長い処理になると、途中で止まることがある
Fatal error: Maximum execution time of 180 seconds exceeded in /app/drupal/web/core/lib/Drupal/Core/Database/Connection.php on line 1220
settings.php
ini_set('max_execution_time', 0);
長い処理になると、途中で止まることがある
Fatal error: Maximum execution time of 180 seconds exceeded in /app/drupal/web/core/lib/Drupal/Core/Database/Connection.php on line 1220
settings.php
ini_set('max_execution_time', 0);