mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
add disk cache settings
This commit is contained in:
@@ -8,9 +8,11 @@ import (
|
|||||||
|
|
||||||
type BTSets struct {
|
type BTSets struct {
|
||||||
// Cache
|
// Cache
|
||||||
CacheSize int64 // in byte, def 200 mb
|
CacheSize int64 // in byte, def 200 mb
|
||||||
PreloadBuffer bool
|
PreloadBuffer bool
|
||||||
ReaderReadAHead int // in percent, 5%-100%, [...S__X__E...] [S-E] not clean
|
ReaderReadAHead int // in percent, 5%-100%, [...S__X__E...] [S-E] not clean
|
||||||
|
UseDisk bool
|
||||||
|
TorrentsSavePath string
|
||||||
|
|
||||||
// Torrent
|
// Torrent
|
||||||
ForceEncrypt bool
|
ForceEncrypt bool
|
||||||
|
|||||||
Reference in New Issue
Block a user