Update BES Response Portioning Limit

Updates the BES response portioning limit for a cluster.

There are limits on the amount of data that can be downloaded through an HTTP connection using the BlackBerry MDS. The BES response portioning limit determines the amount of HTTP traffic the BES MDS server accepts from Unwired Server. For BlackBerry MDS, this limit is set in BlackBerry Manager using the Maximum KB/Connection setting.

Syntax

void setBESResponsePortioningLimit(Integer limit) throws SUPAdminException;

Parameters

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples