-
- Downloads
- Refactored the throttle module. Patch by Jeremy and me.
* There are only two throttle levels instead of 5, namely 'enabled' and 'disabled'. This makes it a _lot_ easier to predict when the throttle will kick in. However, if you maintain a module that is throttle-aware, it needs to be updated! * The throttle mechanism now uses the current number of anonymous users or the current number of authenticated users to kick in. This is a _lot_ more intuitive than the old throttle mechanism. * The throttle block has been removed -- you can now use the "Who's online" block to determine the good throttle settings. * Most of the documentation has been removed because it was deprecated. * It's less code!
Showing
- CHANGELOG.txt 2 additions, 0 deletionsCHANGELOG.txt
- includes/module.inc 1 addition, 1 deletionincludes/module.inc
- modules/block.module 1 addition, 1 deletionmodules/block.module
- modules/block/block.module 1 addition, 1 deletionmodules/block/block.module
- modules/throttle.module 47 additions, 116 deletionsmodules/throttle.module
- modules/throttle/throttle.module 47 additions, 116 deletionsmodules/throttle/throttle.module
Loading
Please register or sign in to comment