Commit ab800d03df847d58be22a3a91a5ae8fc65da6fee
1 parent
845bbf90
Exists in
master
5 seconds polling is enough.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
flaskr/templates/estimation-queue-wait.html
... | ... | @@ -16,7 +16,7 @@ Estimation {{ estimation.public_id }} is computing… Please wait. |
16 | 16 | |
17 | 17 | {% block extra_meta %} |
18 | 18 | {# push notifs are good but this complies w/ nojs #} |
19 | -<meta http-equiv="refresh" content="4"> | |
19 | +<meta http-equiv="refresh" content="5"> | |
20 | 20 | {% endblock %} |
21 | 21 | |
22 | 22 | ... | ... |