add preload buff to 50mb

This commit is contained in:
YouROK
2021-02-17 09:47:40 +03:00
parent 4ccb2d5fa4
commit 95feb062b5

View File

@@ -139,7 +139,7 @@ func WriteStatus(w io.Writer) {
func Preload(torr *Torrent, index int) {
if !sets.BTsets.PreloadBuffer {
size := int64(20 * 1024 * 1024)
size := int64(50 * 1024 * 1024)
if size > sets.BTsets.CacheSize {
size = sets.BTsets.CacheSize
}