From c4bde60c3d2cca8e96588896a91fd40c455ee2c0 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Thu, 14 Sep 2023 17:40:41 +0200 Subject: [PATCH] Add path for Temp buffer --- mountainduck/preferences.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mountainduck/preferences.md b/mountainduck/preferences.md index a9885f56..b4ffd2e6 100644 --- a/mountainduck/preferences.md +++ b/mountainduck/preferences.md @@ -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).