Project

Profile

Help

Task #3763

Updated by bmbouter over 5 years ago

A choice field with three two choices: <code>on_demand</code> and <code>cache_only</code>, and <code>immediate</code>. <code>cache_only</code>. The default is "immediate". "on_demand". 

 When set to "on_demand", any time the Streamer downloads that ContentArtifact it will save the Artifact and associate it correctly so that it won't be re-downloaded. When set to "cache_only" that will not happen, so unless Squid has cached it, it will be redownloaded.

Back