constant UPDATE_MAX_FETCH_TIME

Maximum number of seconds to try fetching available update data at a time.

1 use of UPDATE_MAX_FETCH_TIME
_update_fetch_data in drupal/modules/update/update.fetch.inc
Attempts to drain the queue of tasks for release history data to fetch.

File

drupal/modules/update/update.module, line 74
Handles updates of Drupal core and contributed projects.

Code

define('UPDATE_MAX_FETCH_TIME', 30);