Skip to content

Instantly share code, notes, and snippets.

@alistairstead
Created November 1, 2014 12:09
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save alistairstead/52652189db3bb7c41425 to your computer and use it in GitHub Desktop.
Save alistairstead/52652189db3bb7c41425 to your computer and use it in GitHub Desktop.
Disable the automatic application of update scripts on each page request following cache clear. Use MageRun to apply the upgrades manually within a controlled step.
<?xml version="1.0"?>
<config>
<global>
<skip_process_modules_updates>1</skip_process_modules_updates>
</global>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment