Bumped the plugin version number for the variant with caching. Fixed a typo in the perldoc.
This commit is contained in:
parent
04fc9327b7
commit
5df4dec48d
@ -10,7 +10,7 @@ Only takes email transactions if the system load is at or below a
|
|||||||
specified level.
|
specified level.
|
||||||
|
|
||||||
If this is running on a system that provides /kern/loadavg or
|
If this is running on a system that provides /kern/loadavg or
|
||||||
/proc/loadavg it will be used in stead of the 'uptime' command.
|
/proc/loadavg it will be used instead of the 'uptime' command.
|
||||||
|
|
||||||
Once a load value is determined, it is cached for a period of time.
|
Once a load value is determined, it is cached for a period of time.
|
||||||
See the cache_time below.
|
See the cache_time below.
|
||||||
@ -46,7 +46,7 @@ Written by Peter Eisch <peter@boku.net>.
|
|||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
my $VERSION = 0.01;
|
my $VERSION = 0.02;
|
||||||
|
|
||||||
sub register {
|
sub register {
|
||||||
my ($self, $qp, @args) = @_;
|
my ($self, $qp, @args) = @_;
|
||||||
|
Loading…
Reference in New Issue
Block a user