FileLockConfiguration Data Type
File Locking configuration.
- Available Since
- 2.0.0
| name | data type | description |
|---|---|---|
| lockingTimeout | number | Get maximum time to wait to get the file lock (0 infinite). |
| skipLocking | boolean | Get skipping the locking mechanism. |
Example
{
"lockingTimeout" : 12345.0,
"skipLocking" : true
}