Configure worker threads for consistency checks in config.xml
About this task
If the database connection times out while running consistency checks at server startup, Guidewire recommends that you increase the number of worker threads available for processing the consistency checks.
Procedure
- Open Guidewire Studio™ for PolicyCenter.
-
In the Project window,
expand :
- Open file config.xml for editing.
-
Locate the ConsistencyCheckerThreads parameter.
In the base configuration, the value of this parameter is 1.
-
Set the value of this parameter to a number that meets your business
needs.
For example, set this value to five.
<param name="ConsistencyCheckerThreads" value="5"/>
-
Restart the application server for your changes to take effect:
- If working in a development environment, restart the QuickStart server.
- If working in a production environment, create a new WAR or EAR file and deploy the file to the production server.
