Merge pull request #259 from sledgehammer999/revert_disk_cache

Partially revert commit aeb5fa. See issue #258.
This commit is contained in:
Christophe Dumez 2012-12-26 11:33:47 -08:00 committed by Christophe Dumez
commit a796df9019

View file

@ -912,7 +912,7 @@ public:
} }
uint diskCacheSize() const { uint diskCacheSize() const {
return value(QString::fromUtf8("Preferences/Downloads/DiskWriteCacheSize"), 0).toUInt(); return value(QString::fromUtf8("Preferences/Downloads/DiskWriteCacheSize"), 128).toUInt();
} }
void setDiskCacheSize(uint size) { void setDiskCacheSize(uint size) {