diff --git a/api/runtime.php b/api/runtime.php index ba5edf3..f47a39d 100644 --- a/api/runtime.php +++ b/api/runtime.php @@ -217,7 +217,7 @@ class runtime extends cora\api { ] ); - $chunk_begin = strtotime('+1 day', $chunk_end); + $chunk_begin = $chunk_end; $this->database->commit_transaction(); } while ($chunk_end < $sync_end);