mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-07 07:37:24 +03:00
Merge pull request #259 from sledgehammer999/revert_disk_cache
Partially revert commit aeb5fa. See issue #258.
This commit is contained in:
commit
bb1663636a
1 changed files with 1 additions and 1 deletions
|
@ -945,7 +945,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
uint diskCacheSize() const {
|
uint diskCacheSize() const {
|
||||||
return value(QString::fromUtf8("Preferences/Downloads/DiskWriteCacheSize"), 0).toUInt();
|
return value(QString::fromUtf8("Preferences/Downloads/DiskWriteCacheSize"), 128).toUInt();
|
||||||
}
|
}
|
||||||
|
|
||||||
void setDiskCacheSize(uint size) {
|
void setDiskCacheSize(uint size) {
|
||||||
|
|
Loading…
Reference in a new issue