如何取消thinkphp操作mysql的30秒时间限制?
黄舟
黄舟 2017-04-17 15:29:48
0
3
753

Maximum execution time of 30 seconds exceeded,
如何避免thinkphp操作mysql 30秒限制

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(3)
小葫芦

1.30s is not a TP setting
2.30s is not the upper limit of database time execution
3. The default period from a PHP request to the end is 30S, and the memory limit is 128M php.ini can be changed Parameters~~

Ty80

Timeout set_time_limit(0)

黄舟

Modify max_execution_time in php.ini

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template