The
eventPagingModel parameter is used to specify whether or not the total number of events is retrieved from the server and displayed in the Event Viewer. This can be used to prevent the count from being retrieved to improve performance when there are a large number of events.
If the total count is not retrieved and displayed, the user can still page through the list of events. When the end of the list is reached, a “You have reached the end of the list” message is displayed when the last page is reached.
Procedure
Open the
config.xml file.
For information about how this file should be opened (i.e., via the Configuration Administrator or via the file system), see
Introduction.
Locate the
eventPagingModel record in the
config.xml file. For example:
Set the
retrieveCount
attribute to “true” to cause the count to be retrieved and displayed in the Event Viewer. Or set it to “false” to prevent the count from being retrieved and displayed.