正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
@@ -102,6 +102,9 @@ class Home extends Base { | @@ -102,6 +102,9 @@ class Home extends Base { | ||
102 | * @time 2023/8/2 16:19 | 102 | * @time 2023/8/2 16:19 |
103 | */ | 103 | */ |
104 | public function sync(){ | 104 | public function sync(){ |
105 | + ignore_user_abort(true); | ||
106 | + set_time_limit(0); | ||
107 | + | ||
105 | $email = $this->getEmail(); | 108 | $email = $this->getEmail(); |
106 | $udate = app()->request('udate',0,'intval'); | 109 | $udate = app()->request('udate',0,'intval'); |
107 | if(!$udate){ | 110 | if(!$udate){ |
-
请 注册 或 登录 后发表评论