We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c947373 commit bc4d2b1Copy full SHA for bc4d2b1
1 file changed
data/servers.go
@@ -66,7 +66,7 @@ func QueryDataPoints(ip string, duration string) ([]ServerDataPoint, string, err
66
ServerFilter: ip,
67
MaxDataPoints: 500,
68
MinDataPoints: 10,
69
- UseAdaptive: true,
+ UseAdaptive: false,
70
})
71
72
if err != nil {
0 commit comments