Index: trunk/phase3/includes/filerepo/backend/FileBackendStore.php |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | /** @var Array Map of container names to sharding settings */ |
31 | 31 | protected $shardViaHashLevels = array(); // (container name => config array) |
32 | 32 | |
33 | | - protected $maxFileSize = 1000000000; // integer bytes (1GB) |
| 33 | + protected $maxFileSize = 4294967296; // integer bytes (4GiB) |
34 | 34 | |
35 | 35 | /** |
36 | 36 | * Get the maximum allowable file size given backend |