Partially revert commit aeb5fa. See issue #258.

This commit is contained in:
sledgehammer999
2012-12-01 02:20:09 +02:00
parent 1809de7f1a
commit 1a965cc0bd
2 changed files with 2 additions and 3 deletions

View File

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