Trisoft_InfoShare_ObjectLockWaitTimeMax
Registry setting to set the maximum wait between 2 attempts to lock a logical object
Before updating an object, the code will lock the object to block other users from updating the same object. The code will wait some time to get the lock (Oracle) or to retry to get the lock (SQL Server). The amount of time that the code waits is a random number between 500 and 2000 milliseconds. The maximum for this random number can be overwritten by this registry setting.
The value must be set using a TimeSpan equivalent in the following format: hh:mm:ss[.fff]
| Location | Installed value |
|---|---|
| HKLM\SOFTWARE\Wow6432Node\Trisoft\Tridk\TridkApp\InfoShareAuthor\Trisoft_InfoShare_ObjectLockWaitTimeMax | 00:00:02 |
| HKLM\SOFTWARE\Wow6432Node\Trisoft\Tridk\TridkApp\InfoShareBuilders\Trisoft_InfoShare_ObjectLockWaitTimeMax | 00:00:02 |