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

VLCOptions: decrease prefetch read size

parent f69b10cf
No related branches found
No related tags found
1 merge request!438VLCOptions: decrease prefetch read size
Pipeline #13541 passed with stage
in 22 minutes and 17 seconds
......@@ -139,6 +139,8 @@ 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