These configurations are stored in
wp_profile_root\config\cells\cell_name\wim\config\wimconfig.xml
file. If you open the wimconfig.xml file this is what you have at the top level
<config:configurationProvider
maxPagingResults="500"
maxSearchResults="4500"
maxTotalPagingResults="1000"
pagedCacheTimeOut="900"
pagingEntityObject="true"
searchTimeOut="600000">
Meaning of these properties are
- maxSearchResults: Is what is the maximum number of records can be returned as search result. In this case if more than 4500 records are found it will return error
- searchTimeOut: Specifies the timeout in miliseconds. In this configuration if your using LDAP as datasource and it does not return result in say 600000 mili seconds then it will give up and return error
No comments:
Post a Comment