作者 邓超

优化

@@ -653,9 +653,8 @@ class SyncMail { @@ -653,9 +653,8 @@ class SyncMail {
653 Fun::mb_convert_encoding(mb_substr($parseBody->getText(),0,150),'utf-8') 653 Fun::mb_convert_encoding(mb_substr($parseBody->getText(),0,150),'utf-8')
654 ],dbWhere(['id'=> $id])); 654 ],dbWhere(['id'=> $id]));
655 655
656 - \co::sleep(1);  
657 // 同步es 656 // 同步es
658 - redis()->rPush('sync_to_es', $id.'.1'); 657 +// redis()->rPush('sync_to_es', $id.'.'.(time()+5));
659 658
660 } 659 }
661 660