mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
add preload buff to 50mb
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user