lower migrate age to 3 days

This commit is contained in:
Robin Appelman 2019-01-09 15:20:45 +01:00
commit b51f8a175a

View file

@ -12,7 +12,7 @@ $api = new \Demostf\Migrate\Api(getenv('SOURCE'));
$migrate = new \Demostf\Migrate\Migrate($api, $store, getenv('BACKEND'), getenv('KEY'));
$statePath = getenv('STATE_FILE');
$fromDate = new DateTime('-5 days');
$fromDate = new DateTime('-3 days');
$list = $api->listDemos(1, 'ASC', 'static');
foreach ($list as $demo) {