作者 刘锟

update

@@ -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, 60); 470 + Redis::expire($notify_cache_key, 120);
471 471
472 $this->sendNotify($project_id, 2); //通知主站按需更新 472 $this->sendNotify($project_id, 2); //通知主站按需更新
473 } 473 }