作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !3203
@@ -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 }