WebSphere Commerce EnterpriseWebSphere Commerce Professional

Configuring 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.

About this task

To configure how long the sifter 'sleeps' between batches of work:

Procedure

  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'
    
  3. Start the LikeMinds server inside the WebSphere Application Server.