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:
parent
a4085ef68c
commit
2647d9e994
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user