MOBILE-3387 core: Increase time of fetch site info cron task

main
Dani Palou 2020-03-27 12:06:34 +01:00
parent 0d0deedfc3
commit c92264794b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export class CoreSiteInfoCronHandler implements CoreCronHandler {
* @return Interval time (in milliseconds).
*/
getInterval(): number {
return 3600000; // 1 hour.
return 10800000; // 3 hours.
}
/**