diff --git a/server/torr/torrent.go b/server/torr/torrent.go index f17d9cc..9ae4009 100644 --- a/server/torr/torrent.go +++ b/server/torr/torrent.go @@ -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 {