mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-16 13:11:36 +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 {
|
||||
return value(QString::fromUtf8("Preferences/Downloads/DiskWriteCacheSize"), 16).toUInt();
|
||||
return value(QString::fromUtf8("Preferences/Downloads/DiskWriteCacheSize"), 128).toUInt();
|
||||
}
|
||||
|
||||
void setDiskCacheSize(uint size) {
|
||||
|
|
Loading…
Reference in a new issue