Skip to content
Snippets Groups Projects
Commit d4d6e192 authored by Tibo's avatar Tibo
Browse files

Refresh after 5min

parent 88eb3d83
No related branches found
No related tags found
No related merge requests found
Pipeline #1694 failed
......@@ -43,6 +43,6 @@
<script type="text/javascript">
// Reload page every minute
setTimeout(location.reload.bind(location), 60000);
setTimeout(location.reload.bind(location), 300000);
</script>
@endsection
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment