Set TaskManager run interval back to 30 seconds
This commit is contained in:
parent
c1a16d7973
commit
d09941dffa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue