Delayed the cache cleanup to 15 minutes periodicity.

This commit is contained in:
gagan%netscape.com 1998-12-01 05:40:16 +00:00
Родитель 900c396915
Коммит 78c984d583
1 изменённых файлов: 1 добавлений и 1 удалений

2
network/cache/nu/src/nsCachePref.cpp поставляемый
Просмотреть файл

@ -36,7 +36,7 @@
static const PRUint32 MEM_CACHE_SIZE_DEFAULT = 1024*1024;
static const PRUint32 DISK_CACHE_SIZE_DEFAULT = 5*MEM_CACHE_SIZE_DEFAULT;
static const PRUint32 BKG_THREAD_SLEEP = 60;//TODO- Testing 15*60; /*in seconds, 15 minutes */
static const PRUint32 BKG_THREAD_SLEEP = 15*60; /*in seconds, 15 minutes */
static const PRUint16 BUGS_FOUND_SO_FAR = 0;
//Preferences