Refresh every 3 minutes instead of 1

With the larger page to read, the refresh can be a bit painful.
Set it to once every 3 minutes instead of every 60 seconds.

Change-Id: Ic1d698e3d9287a6bc9935d541ce2196094ea67c2
This commit is contained in:
Thierry Carrez 2018-02-15 09:37:54 +01:00
parent 16b0d1d7b1
commit b6ea7e45a2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="60">
<meta http-equiv="refresh" content="180">
<title>Currently at the PTG</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="bootstrap-3.3.7.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">