From: Aaron Schulz Date: Fri, 14 Sep 2012 04:31:59 +0000 (-0700) Subject: Moved down rarely used option flag and added @since. X-Git-Tag: 1.31.0-rc.0~22386 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=8696c8336ffe0ce37ff4da993340ceef4fc36ea1;p=lhc%2Fweb%2Fwiklou.git Moved down rarely used option flag and added @since. Change-Id: I801bd0ab4099245499a0eb4b060f143879164278 --- 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