Configure the sifter utility's priority check interval

On a production system running LikeMinds, the sifter is always running, but not always sifting. The priority check interval dictates how long in seconds the sifter sleeps between batches of work. By default, the value is 20 seconds. To configure how long the sifter 'sleeps' between batches of work:

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