You can increase the size of an HTTP request to handle larger data change notifications.
The default size of an HTTP request in the Tomcat version used in Sybase Unwired Platform is 2MB.
To increase the size of an HTTP request in Tomcat:
For example: Connector maxPostSize="400000"
This allows for approximately 4MB of post data to be sent in the HTTP request.