インポート時間の設定は下記ファイルの’ExecTimeLimit’の値を変更すればよい。
/**
* maximum execution time in seconds (0 for no limit)
*
* @global integer $cfg['ExecTimeLimit']
*/
$cfg['ExecTimeLimit'] = 300;
開発インポート時間の設定は下記ファイルの’ExecTimeLimit’の値を変更すればよい。
/**
* maximum execution time in seconds (0 for no limit)
*
* @global integer $cfg['ExecTimeLimit']
*/
$cfg['ExecTimeLimit'] = 300;