diff --git a/server/torr/torrent.go b/server/torr/torrent.go index b38332c..aae3fc9 100644 --- a/server/torr/torrent.go +++ b/server/torr/torrent.go @@ -134,7 +134,7 @@ func (t *Torrent) GotInfo() bool { t.Stat = state.TorrentGettingInfo if t.WaitInfo() { t.Stat = state.TorrentWorking - t.AddExpiredTime(time.Minute + time.Second*time.Duration(settings.BTsets.TorrentDisconnectTimeout)) + t.AddExpiredTime(time.Second * time.Duration(settings.BTsets.TorrentDisconnectTimeout)) return true } else { t.Close()