r113209 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113208‎ | r113209 | r113210 >
Date:02:00, 7 March 2012
Author:aaron
Status:ok
Tags:
Comment:
r109469: ported r113208 by bumping max file size from 1GB to 4GiB.
Modified paths:
  • /trunk/phase3/includes/filerepo/backend/FileBackendStore.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/backend/FileBackendStore.php
@@ -29,7 +29,7 @@
3030 /** @var Array Map of container names to sharding settings */
3131 protected $shardViaHashLevels = array(); // (container name => config array)
3232
33 - protected $maxFileSize = 1000000000; // integer bytes (1GB)
 33+ protected $maxFileSize = 4294967296; // integer bytes (4GiB)
3434
3535 /**
3636 * Get the maximum allowable file size given backend

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109469In FileBackend/FileOp:...aaron02:07, 19 January 2012
r113208bumped max file size to 4GiBaaron01:58, 7 March 2012

Status & tagging log