]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- at least 20mb for cron
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 27 Jan 2006 12:06:53 +0000 (12:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-cron.patch -> 1.4

drupal-cron.patch

index 223727f7919f22972382f5f7c9d0641dc64e70a2..d4ebc77911e87bdad15507c1d0b0beb9b9d4512d 100644 (file)
@@ -28,7 +28,7 @@
  
 +// If not in 'safe mode', increase the memory limit
 +if (!ini_get('safe_mode')) {
-+  ini_set('memory_limit', '12M');
++  ini_set('memory_limit', '20M');
 +}
 +
  include_once 'includes/bootstrap.inc';
This page took 0.031779 seconds and 4 git commands to generate.