diff options
| author | Paul Buetow <paul@buetow.org> | 2012-06-23 11:58:33 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-06-23 11:58:33 +0200 |
| commit | 45e0acfd822ca188654d065c70ba8c570165b958 (patch) | |
| tree | 966e63cadd6149f18f7d7945c7b63f7d7156a3b5 | |
| parent | 9fc4f1d1cfe90b953ccd89322930e1dd7f176a4e (diff) | |
set INTERVAL from 0.1 to 0.125
| -rw-r--r-- | lib/Loadbars/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Loadbars/Constants.pm b/lib/Loadbars/Constants.pm index e21c93a..6d7b074 100644 --- a/lib/Loadbars/Constants.pm +++ b/lib/Loadbars/Constants.pm @@ -27,7 +27,7 @@ use constant { SYSTEM_BLUE0 => 30, USER_ORANGE => 70, USER_YELLOW0 => 50, - INTERVAL => 0.1, + INTERVAL => 0.125, INTERVAL_WARN => 1.0, SUCCESS => 0, E_UNKNOWN => 1, |
