Set TaskManager run interval back to 30 seconds

This commit is contained in:
Duncan Sommerville 2015-09-28 14:15:08 -04:00
parent c1a16d7973
commit d09941dffa

View file

@ -22,7 +22,7 @@ final class TaskManager {
/**
* @var int TASK_INTERVAL_SECONDS how often, in seconds, to run the TaskManager tasks
*/
const TASK_INTERVAL_SECONDS = 300; // 5 minutes - will be run on every pypo request
const TASK_INTERVAL_SECONDS = 30;
/**
* @var $con PDO Propel connection object