constant UPDATE_MAX_FETCH_ATTEMPTS
Same name and namespace in other branches
- 6.x drupal-6.x/modules/update/update.module \UPDATE_MAX_FETCH_ATTEMPTS
Maximum number of attempts to fetch available update data from a given host.
Archivo
- drupal-7.x/
modules/ update/ update.module, line 69 - Handles updates of Drupal core and contributed projects.
Código
define('UPDATE_MAX_FETCH_ATTEMPTS', 2)