From 17357c30c5ef566243fa549ec43ff600dec4dc97 Mon Sep 17 00:00:00 2001 From: 13146336667 <33367671@qq.com> Date: Thu, 11 Aug 2022 18:55:27 +0800 Subject: [PATCH] queue/crontab/sync_push_data.php --- queue/crontab/sync_push_data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);