Cache is slow?

Since I had to start using Open PHT because of the server 1.0 issues with standard I have been noticing that the cache fillup is much slower than PHT. (set cache to max)

Just wondering if it is somehow my end or it is a possible bug that is known. Thanks :smiley:

Starting with OpenPHT 1.6 we are now respecting the advanced setting for <readbufferfactor>4.0</readbufferfactor>. This means that OpenPHT will default to limit read speed to 4 times the bitrate of the video.
Normally this will not cause any issues, but if you would like to max your bandwidth you can create a advancedsettings.xml in your userdata-folder with the following content (or a higher value for readbufferfactor):

<advancedsettings>
  <network>
    <readbufferfactor>10.0</readbufferfactor>
  </network>
</advancedsettings>

Wasn’t expecting that fast of an answer, will give it a go. Thanks a ton! :smiley:

Ten times better, thanks!