summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-06-23 12:19:37 +0200
committerPaul Buetow <paul@buetow.org>2012-06-23 12:19:37 +0200
commit93afb23c5376123fbe128a23968d4e67b1121251 (patch)
tree8a50ae7cb660f2f2955afbe9d74844b565703363
parentdf544c6d247661daaa1002a32fb281bf453058ba (diff)
set INTERVAL to 1.15
-rw-r--r--lib/Loadbars/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Loadbars/Constants.pm b/lib/Loadbars/Constants.pm
index c32658b..0fb1aaf 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.13,
+ INTERVAL => 0.15,
INTERVAL_WARN => 1.0,
SUCCESS => 0,
E_UNKNOWN => 1,