summaryrefslogtreecommitdiff
path: root/cgi/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/index.pl')
-rw-r--r--cgi/index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl
index a0d75a7..e1abec5 100644
--- a/cgi/index.pl
+++ b/cgi/index.pl
@@ -10,7 +10,7 @@ no if $] >= 5.018, warnings => "experimental::smartmatch";
our $VERSION = qx{git describe --dirty} || '0.04';
-my $refresh_interval = 900;
+my $refresh_interval = 180;
sub get_results_for {
my ($station) = @_;