summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-11-28 20:03:00 +0000
committerDries Buytaert <dries@buytaert.net>2003-11-28 20:03:00 +0000
commit733d286b8991ffa6c0b13c20255c5806913e869b (patch)
tree40b93497e8c26d4b71599f78e4025197696ddf0b /CHANGELOG
parentfa5aca1ef79e318793fe9cc13befabe8b01e3b36 (diff)
downloadbrdo-733d286b8991ffa6c0b13c20255c5806913e869b.tar.gz
brdo-733d286b8991ffa6c0b13c20255c5806913e869b.tar.bz2
- Made it possible to auto-throttle blocks. That is, blocks can be
configured to be disabled when under excessive load. Patch by Jeremy.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3ce548602..bebdf1a17 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ Drupal x.x.x, xxxx-xx-xx
* made it possible to disable the "comment viewing controls".
- performance:
* improved module loading when serving cached pages.
+ * made it possible to automatically disable blocks when under heavy load.
- theme system:
* made all theme functions start with 'theme_'.
* made all theme functions return their output.