Skip to content
Snippets Groups Projects
Commit f3792771 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

Revert "VLCOptions: decrease prefetch read size"

Not needed since 4aaec506.

This reverts commit 61af88a4.
parent 4aaec506
No related branches found
No related tags found
1 merge request!444master: fix smb2 high latency
Pipeline #13605 passed with stage
in 18 minutes and 6 seconds
......@@ -139,8 +139,6 @@ object VLCOptions {
if (!optionsArray.isNullOrEmpty()) Collections.addAll(options, *optionsArray)
}
options.add("--smb-force-v1")
// decrease the read size of the prefetch module. This fixes smb2 slowness.
options.add("--prefetch-read-size=16384")
return options
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment