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 80f8d24 commit 0a2227cCopy full SHA for 0a2227c
bin/statuspage/statuspage-metrics
@@ -35,7 +35,7 @@ warn "Getting data\n" if $verbose;
35
my ($data) = $dbh->selectall_arrayref(
36
'select unix_timestamp(ts)-unix_timestamp(ts)%60 as m, count(*)
37
from log_scores
38
- where ts > date_sub(now(), interval 10 minute)
+ where ts > date_sub(now(), interval 15 minute)
39
group by m order by m'
40
);
41
0 commit comments