mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
change update torrent stat
This commit is contained in:
@@ -132,7 +132,7 @@ func (t *Torrent) AddExpiredTime(duration time.Duration) {
|
||||
}
|
||||
|
||||
func (t *Torrent) watch() {
|
||||
t.progressTicker = time.NewTicker(time.Second)
|
||||
t.progressTicker = time.NewTicker(time.Millisecond * 250)
|
||||
defer t.progressTicker.Stop()
|
||||
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user