summaryrefslogtreecommitdiff
path: root/modules/throttle
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-04-01 15:55:02 +0000
committerDries Buytaert <dries@buytaert.net>2005-04-01 15:55:02 +0000
commita3e9b35afc1716969bfc75ba31df169bbeb28cb5 (patch)
tree4f56fdcbd6eb975a9a2b9a3bffcb2fd424b76b44 /modules/throttle
parent71c021c6f70b2a16ea210a554344645a638db636 (diff)
downloadbrdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.gz
brdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.bz2
- Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
Diffstat (limited to 'modules/throttle')
-rw-r--r--modules/throttle/throttle.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module
index c746ba010..c86e70b7a 100644
--- a/modules/throttle/throttle.module
+++ b/modules/throttle/throttle.module
@@ -101,7 +101,7 @@ function _throttle_validate($value, $form) {
function throttle_help($section) {
switch ($section) {
case 'admin/modules#description':
- return t('Allows configuration of congestion control auto-throttle mechanism.');
+ return t('Handles the auto-throttling mechanism, to control site congestion.');
case 'admin/settings/throttle':
return t('If your site gets linked to by a popular website, or otherwise comes under a "Denial of Service" (DoS) attack, your webserver might become overwhelmed. This module provides a congestion control throttling mechanism for automatically detecting a surge in incoming traffic. This mechanism is utilized by other Drupal models to automatically optimize their performance by temporarily disabling CPU-intensive functionality.');
}