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

Revert "VLCOptions: decrease prefetch read size"

Not needed since c56a1862.

This reverts commit df1d69a4.
parent c56a1862
No related branches found
No related tags found
1 merge request!4453.2.x: fix smb2 high latency
......@@ -140,8 +140,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