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:
parent
60c3244faa
commit
38f1d27223
@ -945,7 +945,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
uint diskCacheSize() const {
|
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) {
|
void setDiskCacheSize(uint size) {
|
||||||
|
Loading…
Reference in New Issue
Block a user