Specifying the maximum seedlist page size for a service
You can update a property in the IBM® Connections configuration file to specify the maximum seedlist page size for a service.
About this task
Procedure
To specify the maximum number of seedlist entries per
page, complete the following steps.
- Use the wsadmin client to access and check out the IBM® Connections configuration files:
- Optional:
If you want to find out the current value of a property, you
can list the current configuration settings and values by using the
following command:LCConfigService.showConfig()
- Enter the following command:
Where number_items is a number greater than or equal to 100.LCConfigService.updateConfig("seedlistSettings.maximumPageSize",number_items)
What to do next
Check the configuration files back in during the same wsadmin session in which you checked them out. For more information, see the Applying common configuration property changes topic.