正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -467,7 +467,7 @@ class UpdateSeoTdk extends Command | @@ -467,7 +467,7 @@ class UpdateSeoTdk extends Command | ||
| 467 | //缓存 在发送页面更新的项目数据 id | 467 | //缓存 在发送页面更新的项目数据 id |
| 468 | $notify_cache_key = "seo_tdk_update_notify_{$project_id}"; | 468 | $notify_cache_key = "seo_tdk_update_notify_{$project_id}"; |
| 469 | if(Redis::setnx($notify_cache_key, 1)){ | 469 | if(Redis::setnx($notify_cache_key, 1)){ |
| 470 | - Redis::expire($notify_cache_key, 120); | 470 | + Redis::expire($notify_cache_key, 60); |
| 471 | 471 | ||
| 472 | $this->sendNotify($project_id, 2); //通知主站按需更新 | 472 | $this->sendNotify($project_id, 2); //通知主站按需更新 |
| 473 | } | 473 | } |
-
请 注册 或 登录 后发表评论