Stores providers' server connection limits for requests queueing mechanism. Since most of processors have limitation on the number of connections, that can be initiated concurrently by a client, UniPay supports connection queuing mechanism. In cases when the number of incoming connections into UniPay for a given processor exceeds the limit of connections, allowed by this processor, the excess connections will be queued and processed with some time delay. In order to set the limit, the submitting URL of a processor is to be put into this property file and the maximum number of connections for that URL can be specified, for example:
https\://testgate.providername.com/cgi-bin/script_valuepair.cgi=3
Note: special characters (e.g. ":") in the url need to be escaped. If special characters are not properly escaped, the record will be ignored.