-
Improvement
-
Resolution: Fixed
-
Minor
-
3.8.0
-
-
MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
Moodle App 3.8.1
The updateSiteInfo method from CoreSitesProvider is responsible for updating the site, but right now it is only being called on application startup and after login into a site.
In order to keep sites up to date in long sessions, it'd be a good approach to execute this method at regular intervals.