stanley-king 3 年之前
父节点
当前提交
079bbf1815
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/refill/ops/pdlog_clear.php

+ 1 - 1
helper/refill/ops/pdlog_clear.php

@@ -8,7 +8,7 @@ use Exception;
 class pdlog_clear
 {
     const pdlog_table_name = 'pd_log';
-    const step_length = 200;
+    const step_length = 1000;
 
     public function clear($start_date, $end_date)
     {