diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-11-28 20:03:00 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-11-28 20:03:00 +0000 |
commit | 733d286b8991ffa6c0b13c20255c5806913e869b (patch) | |
tree | 40b93497e8c26d4b71599f78e4025197696ddf0b /CHANGELOG | |
parent | fa5aca1ef79e318793fe9cc13befabe8b01e3b36 (diff) | |
download | brdo-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-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |