作者 邓超

x

@@ -41,7 +41,7 @@ class HotMail { @@ -41,7 +41,7 @@ class HotMail {
41 private function start(){ 41 private function start(){
42 _echo('启动预热邮件处理 '.getmypid()); 42 _echo('启动预热邮件处理 '.getmypid());
43 43
44 - if(redis()->add('hot_mail_sync',1,60)){ 44 +// if(redis()->add('hot_mail_sync',1,60)){
45 $fob = $this->getFobHotEmail(); 45 $fob = $this->getFobHotEmail();
46 46
47 // 把黑格自己的也算进去 47 // 把黑格自己的也算进去
@@ -79,7 +79,7 @@ class HotMail { @@ -79,7 +79,7 @@ class HotMail {
79 // } 79 // }
80 // } 80 // }
81 81
82 - } 82 +// }
83 83
84 84
85 // while (1){ 85 // while (1){