wtf: adjust refresh rates

This commit is contained in:
Ingolf Wagner 2020-01-07 02:51:12 +13:00
parent 6f3d5570d9
commit 10919f7caa
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -156,7 +156,7 @@ let
position.left = 1;
position.height = 1;
position.width = 2;
refreshInterval = 3600;
refreshInterval = 300;
};
active-users = {
@ -169,7 +169,7 @@ let
position.left = 3;
position.height = 4;
position.width = 1;
refreshInterval = 300;
refreshInterval = 30;
};
active-tasks = {
@ -182,7 +182,7 @@ let
position.left = 0;
position.height = 1;
position.width = 4;
refreshInterval = 3;
refreshInterval = 60;
};
};
};