diff options
| author | Paul Buetow <paul@buetow.org> | 2012-06-24 15:19:31 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-06-24 15:19:31 +0200 |
| commit | 93f2cfb231cefe6030557c6b1374a79cf5980175 (patch) | |
| tree | 66f9de4056a85b7baf7bcc5f99e551da7ba481d1 /lib/Loadbars/Shared.pm | |
| parent | 4f79d454792f494e4e241ea02bc4979946827708 (diff) | |
max cpu peak bar works again
Diffstat (limited to 'lib/Loadbars/Shared.pm')
| -rw-r--r-- | lib/Loadbars/Shared.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm index 362161f..d222910 100644 --- a/lib/Loadbars/Shared.pm +++ b/lib/Loadbars/Shared.pm @@ -42,7 +42,7 @@ our %I : shared; # Setting defaults %C = ( title => undef, - average => 15, + cpuaverage => 15, netaverage => 5, barwidth => 35, extended => 0, |
