Change critical load to 4.

This commit is contained in:
Ian Adam Naval 2014-08-05 01:18:50 -04:00
parent 394d25a030
commit bd12cf97f0

View File

@ -14,7 +14,7 @@ status.register("clock",
# Shows the average load of the last minute and the last 5 minutes # Shows the average load of the last minute and the last 5 minutes
# (the default value for format is used) # (the default value for format is used)
status.register("load") status.register("load", critical_limit=4)
# # Shows your CPU temperature, if you have a Intel CPU # # Shows your CPU temperature, if you have a Intel CPU
# status.register("temp", # status.register("temp",