mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +03:00
run job every hour instead of 10 seconds
This commit is contained in:
parent
ec34a62f9f
commit
1e20ca316a
@ -12,7 +12,7 @@ require_once(dirname(__FILE__) . '/../bootstrap.php');
|
||||
|
||||
JobManager::startJobs(
|
||||
array(
|
||||
'abandonedCarts' => DateInterval::createFromDateString('10 seconds')
|
||||
'abandonedCarts' => DateInterval::createFromDateString('1 hour')
|
||||
),
|
||||
true
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user