Index: trunk/phase3/includes/MessageCache.php |
— | — | @@ -78,7 +78,7 @@ |
79 | 79 | $localHash = fread( $file, 32 ); |
80 | 80 | if ( $hash == $localHash ) { |
81 | 81 | // All good, get the rest of it |
82 | | - $serialized = fread( $file, 1000000 ); |
| 82 | + $serialized = fread( $file, 10000000 ); |
83 | 83 | $this->mCache = unserialize( $serialized ); |
84 | 84 | } |
85 | 85 | fclose( $file ); |