diff --git a/_site/auto-refresh.html b/_site/auto-refresh.html
index 0f8ef1c..11f5317 100644
--- a/_site/auto-refresh.html
+++ b/_site/auto-refresh.html
@@ -7,7 +7,7 @@
window.setInterval(function() {
document.getElementById('articles').contentWindow.location.reload();
document.getElementsByClass('twitter-timeline')[0].contentWindow.location.reload();
- }, 60000);
+ }, 10000);