This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Smart Throttle

Description

Smart Throttle plugin dynamically adjusts the time out between comments. Time out is decided by the rate of comments in the last hour.

PHP Version

PHP 5+

Screenshots

  • Smart Throttle time out definition page

Installation

  1. Upload smart-throttle to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

How do you decide on the time out?

We use the rate of comments in the last hour. See bellow for a
break down.

  • Upto 5 comments/h – 15s
  • From 6-14 comments/h 5s increment
  • Every comment/h there after 60s increment.
Can I change the time out?

Yes. Go to Settings -> Smart Throttle in wp-admin and change the time out.
We believe our time out break down is well balanced 😉

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Smart Throttle” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Smart Throttle” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

Version 1.0.2

  • Compatible with WordPress 3.0

Version 1.0.1

  • Few improvements

Version 1.0.0

  • Initial release