Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > BackgroundProcessServerTimeout

BackgroundProcessServerTimeout

Integer (milliseconds)

30000

Purpose

The BackgroundProcessServerTimeout parameter specifies the maximum time lock operations for a background process on the server are queued before the request response is returned to you.

Avoid changing the value of this parameter unless the background process has locking issues. As an alternative to increasing the value of the BackgroundProcessServerTimeout parameter, investigate which objects are being locked and whether locks are being held for too long. For example, new nodes cannot sign on when the system.nodes dictionary is locked by the application. In cases like this, it is preferable to change the application to minimize the locking of system collections.

Parameter is read when …

The server node is next initialized.