Skip to content

Commit 0a2227c

Browse files
committed
Decrease statuspage update intervals to 3 minutes
1 parent 80f8d24 commit 0a2227c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/statuspage/statuspage-metrics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ warn "Getting data\n" if $verbose;
3535
my ($data) = $dbh->selectall_arrayref(
3636
'select unix_timestamp(ts)-unix_timestamp(ts)%60 as m, count(*)
3737
from log_scores
38-
where ts > date_sub(now(), interval 10 minute)
38+
where ts > date_sub(now(), interval 15 minute)
3939
group by m order by m'
4040
);
4141

0 commit comments

Comments
 (0)