Global User Preferences

The user preferences at global level can be configured in the WebConsole Server. These preferences are applicable across all users.

The following example shows how the depth of alert/subscription caches in the browser (default=1000) can be set in web.xml:

<!-- Configure the Max limit of the items (Alerts/subscription)to be cached on browser -->
<!-- If not configured, the default limit is 1000 -->
<context-param>
     <param-name>browser_item_cache_max</param-name>
     <param-value>1000</param-value>
</context-param>