Skip to content

Instantly share code, notes, and snippets.

@steliodibello
Created April 19, 2020 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steliodibello/0487e832221362eda7fbf407298bb491 to your computer and use it in GitHub Desktop.
Save steliodibello/0487e832221362eda7fbf407298bb491 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<settings>
<setting name="Media.FileSystemWatcher.BufferSize" value="16384" >
</setting>
</settings>
<watchers>
<patch:delete />
</watchers>
<mediaLibrary>
<watcher>
<ignoreList>
<patch:delete />
</ignoreList>
</watcher>
</mediaLibrary>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment