wtf: adjust refresh rates

This commit is contained in:
Ingolf Wagner 2020-01-07 02:51:12 +13:00
parent 6f3d5570d9
commit 10919f7caa
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

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