Skip to content

Commit 05102b6

Browse files
committed
stats: increase point count
1 parent c1ba7a9 commit 05102b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/stats/as112.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl Updater for As112Updater {
5656
let now = OffsetDateTime::now_utc();
5757

5858
let data = self
59-
.query_stats(OffsetDateTime::now_utc() - self.selection, now, 255.0)
59+
.query_stats(OffsetDateTime::now_utc() - self.selection, now, 512.0)
6060
.await?;
6161

6262
Ok(data)

src/stats/traffic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ impl Updater for TrafficUpdater {
5151
let now = OffsetDateTime::now_utc();
5252

5353
let data = self
54-
.query_stats(OffsetDateTime::now_utc() - self.selection, now, 255.0)
54+
.query_stats(OffsetDateTime::now_utc() - self.selection, now, 512.0)
5555
.await?;
5656

5757
Ok(data)

0 commit comments

Comments
 (0)