summaryrefslogtreecommitdiff
path: root/lib/Loadbars/Constants.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-06-23 17:11:56 +0200
committerPaul Buetow <paul@buetow.org>2012-06-23 17:11:56 +0200
commit12bc3f5c6c644f87ae597357d57e40eddc94d396 (patch)
treea65421133c834ed8b379d931cb835fea36b8769d /lib/Loadbars/Constants.pm
parent1f5b73c731c1c031ba6dc57d38c145300913c587 (diff)
CPU stats are polled every 0.1 seconds, network stats are polled every 0.5 seconds, mem and load stats are polled e very 1 second
Diffstat (limited to 'lib/Loadbars/Constants.pm')
-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 0fb1aaf..e21c93a 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.15,
+ INTERVAL => 0.1,
INTERVAL_WARN => 1.0,
SUCCESS => 0,
E_UNKNOWN => 1,