diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 40f552e..2dee032 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -313,6 +313,13 @@ ini_set('session.cookie_lifetime', 2000000);
 # ini_set('pcre.recursion_limit', 200000);
 
 /**
+ * If you experience a "maximum execution time exceeded" error message,
+ * this setting may fix it. You may also need to change the value of
+ * max_execution_time in your php.ini file.
+ */
+ini_set('max_execution_time', 0);
+
+/**
  * Drupal automatically generates a unique session cookie name for each site
  * based on its full domain name. If you have multiple domains pointing at the
  * same Drupal site, you can either redirect them all to a single domain (see
