MaxLockTime
"MaxLockTime" is the maximum time a registry file is kept open. To allow concurrent access to the DigaSystem registry files the DLL opens and locks these files at the beginning of every writing function. The files are not closed immediately after the function is ready, but instead a background thread is started which will unlock and close the files a certain interval after the last write access. This is necessary because a program could try to write to the registry for hours and the first value would not make the file being closed. The value can be in the range 500 - 5000 (milliseconds), standard is 2500 and "WriteDelay" must at least be 500 smaller than the max time. Note that when someone opens a registry file for writing no other workstation can read from or write to the same file for at least the delay time. So do not make these values too big.
See also "WriteDelay" and "MaxWaitTime".
Possible values: 500 to 5000
Default value: 2500