mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 22:55:36 +00:00
fix:适量增加terminal的超时时间,兼容低端设备
This commit is contained in:
parent
6b8ef67d06
commit
46574112a0
@ -66,7 +66,7 @@ class CommandExec
|
||||
*/
|
||||
public function __construct($authentication)
|
||||
{
|
||||
set_time_limit(120);
|
||||
set_time_limit(200);
|
||||
if ($authentication) {
|
||||
$token = request()->server('HTTP_BATOKEN', request()->request('batoken', Cookie::get('batoken') ?: false));
|
||||
$auth = Auth::instance();
|
||||
|
Loading…
Reference in New Issue
Block a user