diff --git a/queue/crontab/sync_push_data.php b/queue/crontab/sync_push_data.php
index 3d49d76..70eebb3 100644
--- a/queue/crontab/sync_push_data.php
+++ b/queue/crontab/sync_push_data.php
@@ -31,7 +31,7 @@ $obj->writeLog('pdd', 'sync_push_data.log', $info['pdp_modified']);
             $start = $info['pdp_modified'];
         }
 
-        $end = date("Y-m-d H:i:s", strtotime($start)+300);
+        $end = date("Y-m-d H:i:s", strtotime($start)+7200); // 每次取2小时数据
 
 $obj->writeLog('pdd', 'sync_push_data.log', $start."|".$end);