MaxConcurrentTransfers (also written as MC) specifies the maximum number of HTTP transfers that can be active concurrently. The default value of 200 allows 200 transfers simultaneously. This default meets the needs of most configurations.
If EZproxy reaches the maximum concurrent transfers limit, it will record an error in the messages.txt file.
MaxConcurrentTransfers is a non-repeatable position-independent config.txt directive.
Qualifier | Description |
---|---|
limit | A number that indicates the maximum number of concurrent transfers to allow. |
MC limit
Raise the limit on maximum concurrent transfers to 500.
MC 500