diff --git a/BPASmartClient/Control/DataVView.xaml.cs b/BPASmartClient/Control/DataVView.xaml.cs index 3ffd3018..d0067c42 100644 --- a/BPASmartClient/Control/DataVView.xaml.cs +++ b/BPASmartClient/Control/DataVView.xaml.cs @@ -44,7 +44,7 @@ namespace BPASmartClient.Control dispatcherTimer.Stop(); })); }; - dispatcherTimer.Interval = TimeSpan.FromSeconds(20); + dispatcherTimer.Interval = TimeSpan.FromSeconds(120); }