Skip to content

Commit

Permalink
BAP-7649: cron:cleanup lock tables and affect oro:cron command
Browse files Browse the repository at this point in the history
- Every day cron cleanup
  • Loading branch information
Andrey Mishchenko committed Mar 6, 2015
1 parent c823a44 commit cfcf56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Oro/Bundle/CronBundle/Command/CleanupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CleanupCommand extends ContainerAwareCommand implements CronCommandInterfa
*/
public function getDefaultDefinition()
{
return '*/1 * * * *'; // every 1 minute
return '0 1 * * *'; // every day
}

/**
Expand Down

0 comments on commit cfcf56d

Please sign in to comment.