live index should refresh every 20s

This commit is contained in:
czaks 2015-04-11 23:03:45 +02:00
parent 00ad1ecf15
commit cb700e6a72

View File

@ -58,7 +58,7 @@ if (active_page == 'index' && (""+document.location).match(/\/(index\.html)?(\?|
update_new_threads(new_threads); update_new_threads(new_threads);
}); });
}, 1000); }, 20000);
}); });
$(document).on("new_post", function(e, post) { $(document).on("new_post", function(e, post) {