Bug 988318 - HTTP cache v2: enlarge chunk size, r=michal

This commit is contained in:
Honza Bambas 2014-04-06 20:45:49 +02:00
parent b4dd4d8955
commit 8371acf5d5

View File

@ -14,8 +14,8 @@
namespace mozilla {
namespace net {
#define kChunkSize 16384
#define kEmptyChunkHash 0xA8CA
#define kChunkSize (256 * 1024)
#define kEmptyChunkHash 0x1826
class CacheFileChunk;
class CacheFile;