Skip to content

Commit

Permalink
Update public/static/docs/user-guide/large-dataset-optimization.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Jorge Orpinel <[email protected]>
  • Loading branch information
efiop and jorgeorpinel committed Mar 17, 2020
1 parent 14ecc26 commit 73447dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions public/static/docs/command-reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ for more details.) This section contains the following options:
to protect user from accidental cache and repository corruption.

⚠️ If you manually set `cache.type` to `hardlink` or `symlink`, **you will
corrupt the cache** if you modify tracked data files in the workspace. In
an attempt to prevent that, DVC will automatically protect those file links
(make them read-only). Use `dvc unprotect` to be able to modify them safely.
corrupt the cache** if you modify tracked data files in the workspace. In an
attempt to prevent that, DVC will automatically protect those file links (make
them read-only). Use `dvc unprotect` to be able to modify them safely.

There are pros and cons to different link types. Refer to
[File link types](/doc/user-guide/large-dataset-optimization#file-link-types-for-the-dvc-cache)
Expand Down
4 changes: 2 additions & 2 deletions public/static/docs/user-guide/large-dataset-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ $ dvc config cache.type hardlink,symlink

> Refer to `dvc config cache` for more details.
Note that your workspace files will be in read-only mode because of the efforts
to protect cache from corruption. Please refer to the
Note that with this `cache.type`, your workspace files will be in read-only mode
in order to protect the cache from corruption. Please refer to the
[Update a Tracked File](/doc/user-guide/updating-tracked-files) on how to manage
tracked files under these cache configurations.

Expand Down

0 comments on commit 73447dc

Please sign in to comment.