r109469: ported r113208 by bumping max file size from 1GB to 4GiB.
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 7 Mar 2012 02:00:55 +0000 (02:00 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 7 Mar 2012 02:00:55 +0000 (02:00 +0000)
includes/filerepo/backend/FileBackendStore.php

index 4f4a185..c1be307 100644 (file)
@@ -29,7 +29,7 @@ abstract class FileBackendStore extends FileBackend {
        /** @var Array Map of container names to sharding settings */
        protected $shardViaHashLevels = array(); // (container name => config array)
 
-       protected $maxFileSize = 1000000000; // integer bytes (1GB)
+       protected $maxFileSize = 4294967296; // integer bytes (4GiB)
 
        /**
         * Get the maximum allowable file size given backend