lock.timeout

This property specifies the interval of time in seconds that a thread for an operation waits to acquire a lock before throwing a lock exception message indicating the operation failed because dependent data is locked by another operation.

For example, some operations such as key generation require a prolonged time to create large numbers of keys. When an operation runs, it blocks other operations that require the same lock. To add or update the timeout, use Update Config Property REST Service.

lock.timeout=default_value
Specifies the interval of time in seconds that a thread for an operation waits to acquire a lock before throwing a lock exception message indicating the operation failed because dependent data is locked by another operation.
Required
No
Default (seconds)
120