Reconfigure timeouts

This commit is contained in:
Ben Sarmiento
2024-01-26 13:51:48 +01:00
parent b72514c25e
commit 9e03cf6510
3 changed files with 10 additions and 9 deletions

View File

@@ -201,7 +201,7 @@ func (dl *Downloader) streamFileToResponse(torrent *intTor.Torrent, file *intTor
}
}
log.Debugf("Started serving file %s", unrestrict.Filename)
log.Infof("Started serving file %s%s", unrestrict.Filename, rangeLog)
buf := make([]byte, cfg.GetNetworkBufferSize())
io.CopyBuffer(resp, download.Body, buf)