You are here

constant AcquiaPurgeCapacity::HTTP_REQUESTS_LIMIT in Acquia Purge 7

Maximum number of HTTP requests.

The max amount of outgoing HTTP requests that can be made during script execution time. Although always respected as outer limit, it will be lower in practice as PHP resource limits (max execution time) bring it further down. However, the maximum amount of requests will be higher on the CLI.

File

lib/AcquiaPurgeCapacity.php, line 26
Contains AcquiaPurgeCapacity.

Class

AcquiaPurgeCapacity
Runtime capacity tracker.

Code

const HTTP_REQUESTS_LIMIT = 100;