You are here

function _acquia_purge_get_capacity_factor in Acquia Purge 7

DEPRECATED: Calculate the slowdown factor based on configuration.

File

./acquia_purge.deprecated.inc, line 118
Deprecated functions.

Code

function _acquia_purge_get_capacity_factor() {
  _acquia_purge_deprecated('_acquia_purge_service()->capacity()->httpRequestsFactor()');
  return _acquia_purge_service()
    ->capacity()
    ->httpRequestsFactor();
}