Skip to content

Commit

Permalink
Add path for Temp buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie205 committed Sep 14, 2023
1 parent 6e0431e commit c4bde60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mountainduck/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Choose whether the file contents should be buffered. The option allows buffering
- Allows faster access when reading or writing files with random access patterns from applications in _Online_ [mode](interface.md#connect-mode).
- With the option enabled in _Smart Synchronization_ [mode](interface.md#connect-mode), buffered file contents will be copied to the cache and the file can be opened when offline. Refer to [Status of Files](connect/sync.md#status-of-files).

#### Temp Buffer

Buffered files are saved in `%temp` for Windows or in `~/Volumes/External/private/tmp` for macOS.

### Lock Files
Enable to prevent conflicting edits when accessing documents from a shared environment. Refer to [File Locking](locking.md).

Expand Down

0 comments on commit c4bde60

Please sign in to comment.