...
Note |
---|
Be aware if you disable the fallback image logic and you have alot og image on a page that has not been genereted yet. It will keep alot of TCP connections open and if the request take long time. You can end up in a situation where your Sitecore site dies. |
To disable the fallback logic open the config file DFS.Settings.config
and locate the setting property <setting name="DFS.MediaPipeline.UseFallbackImageIfUnavailable" value="true"/>
change the value to false and reload the site. Now when requesting images that is not ready yet, the connection will stay open until it finishes.
...