mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-16 05:01:37 +03:00
Make the disk cache default to 128MB.
This commit is contained in:
parent
60c3244faa
commit
38f1d27223
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"), 16).toUInt();
|
return value(QString::fromUtf8("Preferences/Downloads/DiskWriteCacheSize"), 128).toUInt();
|
||||||
}
|
}
|
||||||
|
|
||||||
void setDiskCacheSize(uint size) {
|
void setDiskCacheSize(uint size) {
|
||||||
|
|
Loading…
Reference in a new issue