mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 598007: Bump HTTP cache version number to see if it affects crash rate. r=me a=beta7
This commit is contained in:
parent
3a54799100
commit
36504e00c0
2
netwerk/cache/nsDiskCache.h
vendored
2
netwerk/cache/nsDiskCache.h
vendored
@ -53,7 +53,7 @@
|
||||
class nsDiskCache {
|
||||
public:
|
||||
enum {
|
||||
kCurrentVersion = 0x0001000E // format = 16 bits major version/16 bits minor version
|
||||
kCurrentVersion = 0x0001000F // format = 16 bits major version/16 bits minor version
|
||||
};
|
||||
|
||||
enum { kData, kMetaData };
|
||||
|
Loading…
Reference in New Issue
Block a user