mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Make the disk cache default to 128MB.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user