Configure the sifter utility's priority list size

The priority list size dictates how many users to sift during a single batch. By default, the value is 10. To configure how many users to sift during a single batch:

  1. Stop the LikeMinds server inside the WebSphere Application Server.
  2. Use any database modification tool to enter the following SQL statement:
    update lps_cfg set value='10' where name='xactionMentor.pri_list_size'
    
  • Start the LikeMinds server inside the WebSphere Application Server.