mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Realtime Plot shows last 60s, not last 10s
The realtime plot was originally set to only show the last 10s of activity to reduce CPU overhead. In reality, the CPU overhead for the plot is minimal, especially when anti-aliasing is disabled. This update modifies the plot to show the last 60s of data, instead of the rather restrictive 10s.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include <qwt_data.h>
|
||||
#include "Settings.h"
|
||||
|
||||
#define MAXSAMPLES 50
|
||||
#define MAXSAMPLES 300
|
||||
|
||||
class Realtime30PwrData : public QwtData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user