Skip to content

Commit bc4d2b1

Browse files
committed
fix: more performance fix / api response improvements
1 parent c947373 commit bc4d2b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/servers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func QueryDataPoints(ip string, duration string) ([]ServerDataPoint, string, err
6666
ServerFilter: ip,
6767
MaxDataPoints: 500,
6868
MinDataPoints: 10,
69-
UseAdaptive: true,
69+
UseAdaptive: false,
7070
})
7171

7272
if err != nil {

0 commit comments

Comments
 (0)