mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #1730 from RealRancor/file_locking
Explain purpose of files locking mechanism.
This commit is contained in:
@@ -3,9 +3,10 @@ Transactional File Locking
|
||||
==========================
|
||||
|
||||
ownCloud's new transactional file locking mechanism operates differently than
|
||||
the old File Locking application, and will eventually replace it. If you elect
|
||||
to use the new file locking mechanism make sure you disable the File Locking
|
||||
app.
|
||||
the old File Locking application, and will eventually replace it. The purpose
|
||||
of this mechanism is to avoid file corruption during normal operation. If you
|
||||
select to use the new file locking mechanism make sure you disable the File
|
||||
Locking app.
|
||||
|
||||
The new file locking mechanism has these capabilities:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user