constant UPDATE_MAX_FETCH_ATTEMPTS in Drupal 6
Same name and namespace in other branches
- 7 modules/update/update.module \UPDATE_MAX_FETCH_ATTEMPTS
Maximum number of attempts to fetch available update data from a given host.
1 use of UPDATE_MAX_FETCH_ATTEMPTS
- _update_refresh in modules/
update/ update.fetch.inc - Fetch project info via XML from a central server.
File
- modules/
update/ update.module, line 61 - The "Update status" module checks for available updates of Drupal core and any installed contributed modules and themes. It warns site administrators if newer releases are available via the system status report (admin/reports/status), the…
Code
define('UPDATE_MAX_FETCH_ATTEMPTS', 2);