fuse integreated
This commit is contained in:
@@ -58,6 +58,7 @@ func NewManager(
|
||||
checkThreads,
|
||||
loadThreads,
|
||||
maxChunks int,
|
||||
t *torrent.TorrentManager,
|
||||
c config.ConfigInterface) (*Manager, error) {
|
||||
|
||||
pageSize := int64(os.Getpagesize())
|
||||
@@ -81,7 +82,7 @@ func NewManager(
|
||||
return nil, err
|
||||
}
|
||||
|
||||
downloader, err := NewDownloader(loadThreads, storage, chunkSize, c)
|
||||
downloader, err := NewDownloader(loadThreads, storage, chunkSize, t, c)
|
||||
if nil != err {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user