WriteDelay
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 interval is the "WriteDelay" which is specified in milliseconds and can range from 100 to 4500. Default value is 1000.
"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 "MaxLockTime" and "MaxWaitTime".
Possible values: 100 to 4500
Default value: 1000