Bumping cache version number up so everyone's corrupted caches uptil

now will be automatically deleted. r=neeti
This commit is contained in:
dp%netscape.com 2000-09-14 18:47:30 +00:00
Родитель 39a4425f6e
Коммит bd315704e3
1 изменённых файлов: 3 добавлений и 1 удалений

4
netwerk/cache/filecache/nsNetDiskCache.h поставляемый
Просмотреть файл

@ -41,7 +41,9 @@ class nsICachedNetData; /* forward decl */
class nsISimpleEnumerator; /* forward decl */
class nsIFile; /* forward decl */
#define CURRENT_CACHE_VERSION 2
// 2 : cache that never deleted entires
// 3 : Evict works. Number of records and entries matched up and limited.
#define CURRENT_CACHE_VERSION 3
/* starting interface: nsNetDiskCache */