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 c1ba7a9 commit 05102b6Copy full SHA for 05102b6
src/stats/as112.rs
@@ -56,7 +56,7 @@ impl Updater for As112Updater {
56
let now = OffsetDateTime::now_utc();
57
58
let data = self
59
- .query_stats(OffsetDateTime::now_utc() - self.selection, now, 255.0)
+ .query_stats(OffsetDateTime::now_utc() - self.selection, now, 512.0)
60
.await?;
61
62
Ok(data)
src/stats/traffic.rs
@@ -51,7 +51,7 @@ impl Updater for TrafficUpdater {
51
52
53
54
55
0 commit comments