From: Aaron Schulz Date: Wed, 7 Mar 2012 02:00:55 +0000 (+0000) Subject: r109469: ported r113208 by bumping max file size from 1GB to 4GiB. X-Git-Tag: 1.31.0-rc.0~24355 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=3e3da50e8ac345a24b0619540966909fc65d7d56;p=lhc%2Fweb%2Fwiklou.git r109469: ported r113208 by bumping max file size from 1GB to 4GiB. --- diff --git a/includes/filerepo/backend/FileBackendStore.php b/includes/filerepo/backend/FileBackendStore.php index 4f4a185fcc..c1be307be5 100644 --- a/includes/filerepo/backend/FileBackendStore.php +++ b/includes/filerepo/backend/FileBackendStore.php @@ -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