1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00

Revert "Merge pull request #259 from sledgehammer999/revert_disk_cache"

This reverts commit a796df9019878320f11df72d08f2f31921c09217.
This commit is contained in:
Nick Tiskov 2013-03-18 13:13:20 +04:00
parent a4085ef68c
commit 2647d9e994

View File

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