constant UPDATE_MAX_FETCH_TIME in Drupal 7
Maximum number of seconds to try fetching available update data at a time.
1 use of UPDATE_MAX_FETCH_TIME
- _update_fetch_data in modules/
update/ update.fetch.inc - Attempts to drain the queue of tasks for release history data to fetch.
File
- modules/
update/ update.module, line 74 - Handles updates of Drupal core and contributed projects.
Code
define('UPDATE_MAX_FETCH_TIME', 30);