Explain purpose of files locking mechanism.

This commit is contained in:
RealRancor
2015-10-03 22:52:35 +02:00
parent a05d0febec
commit 81fb00ad50

View File

@@ -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: