From 8696c8336ffe0ce37ff4da993340ceef4fc36ea1 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 13 Sep 2012 21:31:59 -0700 Subject: [PATCH] Moved down rarely used option flag and added @since. Change-Id: I801bd0ab4099245499a0eb4b060f143879164278 --- includes/filebackend/FileBackend.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/filebackend/FileBackend.php b/includes/filebackend/FileBackend.php index 6b2598237c..09b3dcf3c3 100644 --- a/includes/filebackend/FileBackend.php +++ b/includes/filebackend/FileBackend.php @@ -249,13 +249,13 @@ abstract class FileBackend { * - allowStale : Don't require the latest available data. * This can increase performance for non-critical writes. * This has no effect unless the 'force' flag is set. - * - preserveCache : Don't clear the process cache before checking files. - * This should only be used if all entries in the process - * cache were added after the files were already locked. * - nonJournaled : Don't log this operation batch in the file journal. * This limits the ability of recovery scripts. * - parallelize : Try to do operations in parallel when possible. * - bypassReadOnly : Allow writes in read-only mode (since 1.20). + * - preserveCache : Don't clear the process cache before checking files. + * This should only be used if all entries in the process + * cache were added after the files were already locked (since 1.20). * * @remarks Remarks on locking: * File system paths given to operations should refer to files that are -- 2.20.1