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