Set verified links cache time to 3 mins
This commit is contained in:
@@ -167,8 +167,8 @@ func (dl *Downloader) DownloadLink(
|
||||
}
|
||||
|
||||
func (dl *Downloader) streamFileToResponse(
|
||||
torrent *intTor.Torrent,
|
||||
file *intTor.File,
|
||||
torrent *intTor.Torrent, // can be nil if downloading a link
|
||||
file *intTor.File, // can be nil if downloading a link
|
||||
unrestrict *realdebrid.Download,
|
||||
resp http.ResponseWriter,
|
||||
req *http.Request,
|
||||
|
||||
Reference in New Issue
Block a user