1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

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) {