Skip to content

Commit

Permalink
increased the default poll time
Browse files Browse the repository at this point in the history
500 should be enough  with the averaging + layer smoothing. of course each user can increase / decrease this
  • Loading branch information
diogotr7 committed Jun 9, 2020
1 parent f401e26 commit 6ec78c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project-Aurora/Project-Aurora/Settings/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ public class Configuration : INotifyPropertyChanged
public float idle_frequency;

//Hardware Monitor
public int HardwareMonitorUpdateRate { get; set; } = 300;
public int HardwareMonitorUpdateRate { get; set; } = 500;
public bool HardwareMonitorUseAverageValues { get; set; } = true;

public VariableRegistry VarRegistry;
Expand Down

0 comments on commit 6ec78c5

Please sign in to comment.