Trisoft_InfoShare_ObjectLockWaitTimeMin
Registry setting to set minimum 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 minimum value 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_ObjectLockWaitTimeMin | 00:00:00.500 |
| HKLM\SOFTWARE\Wow6432Node\Trisoft\Tridk\TridkApp\InfoShareBuilders\Trisoft_InfoShare_ObjectLockWaitTimeMin | 00:00:00.500 |