Make the disk cache default to 128MB.

This commit is contained in:
sledgehammer999 2012-12-03 23:28:56 +02:00
parent 60c3244faa
commit 38f1d27223

View file

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