r113208 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113207‎ | r113208 | r113209 >
Date:01:58, 7 March 2012
Author:aaron
Status:ok
Tags:
Comment:
bumped max file size to 4GiB
Modified paths:
  • /branches/wmf/1.19wmf1/includes/filerepo/backend/FileBackend.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/includes/filerepo/backend/FileBackend.php
@@ -732,7 +732,7 @@
733733 /** @var Array Map of container names to sharding settings */
734734 protected $shardViaHashLevels = array(); // (container name => config array)
735735
736 - protected $maxFileSize = 1000000000; // integer bytes (1GB)
 736+ protected $maxFileSize = 4294967296; // integer bytes (4GiB)
737737
738738 /**
739739 * Get the maximum allowable file size given backend

Follow-up revisions

RevisionCommit summaryAuthorDate
r113209r109469: ported r113208 by bumping max file size from 1GB to 4GiB.aaron02:00, 7 March 2012

Status & tagging log