diff options
| author | Paul Buetow <paul@buetow.org> | 2012-06-24 14:24:33 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-06-24 14:24:33 +0200 |
| commit | 4f79d454792f494e4e241ea02bc4979946827708 (patch) | |
| tree | da74c877e1b022b5c1c63fe5db2ee818c7ba0947 /lib/Loadbars/Constants.pm | |
| parent | 67082ff93ae5515e958c462c2e1a2a4966c6d97a (diff) | |
optimization
Diffstat (limited to 'lib/Loadbars/Constants.pm')
| -rw-r--r-- | lib/Loadbars/Constants.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Loadbars/Constants.pm b/lib/Loadbars/Constants.pm index 4a9e67e..5685c81 100644 --- a/lib/Loadbars/Constants.pm +++ b/lib/Loadbars/Constants.pm @@ -30,7 +30,10 @@ use constant { USER_ORANGE => 70, USER_YELLOW0 => 50, INTERVAL => 0.14, - INTERVAL_WARN => 1.0, + INTERVAL_NET => 1.0, + INTERVAL_MEM => 1.0, + INTERVAL_SDL => 0.14, + INTERVAL_SDL_WARN => 1.0, SUCCESS => 0, E_UNKNOWN => 1, E_NOHOST => 2, |
