MOBILE-3387 core: Increase time of fetch site info cron task
parent
0d0deedfc3
commit
c92264794b
|
@ -48,7 +48,7 @@ export class CoreSiteInfoCronHandler implements CoreCronHandler {
|
|||
* @return Interval time (in milliseconds).
|
||||
*/
|
||||
getInterval(): number {
|
||||
return 3600000; // 1 hour.
|
||||
return 10800000; // 3 hours.
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue