Skip to content

Commit

Permalink
config: add hardlink_lock description
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Dec 18, 2019
1 parent cb95673 commit 5eb7dcd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/docs/command-reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ This is the main section with the general config options:
- `core.checksum_jobs` - number of threads for computing checksums. Accepts
positive integers. The default value is `max(1, min(4, cpu_count() // 2))`.

- `core.hardlink_lock` - use hardlink file locks instead of the default ones,
based on [`flock`](https://linux.die.net/man/2/flock) (i.e. project lock file
`.dvc/lock`). Accepts values `true` and `false` (default). Useful when the DVC
project is on a file system that doesn't properly support file locking (e.g.
[NFS v3 and older](http://nfs.sourceforge.net/)).

### remote

These are sections in the config file that describe particular remotes. These
Expand Down

0 comments on commit 5eb7dcd

Please sign in to comment.