mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
fix cache size
This commit is contained in:
@@ -195,7 +195,7 @@ func (r *Reader) readerOff() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (r *Reader) getUseReaders() int {
|
func (r *Reader) getUseReaders() int {
|
||||||
readers := 1
|
readers := 0
|
||||||
if r.cache != nil {
|
if r.cache != nil {
|
||||||
for reader, _ := range r.cache.readers {
|
for reader, _ := range r.cache.readers {
|
||||||
if reader.isUse {
|
if reader.isUse {
|
||||||
|
|||||||
Reference in New Issue
Block a user