wtf: adjust refresh rates
This commit is contained in:
parent
6f3d5570d9
commit
10919f7caa
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue