mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
live index should refresh every 20s
This commit is contained in:
parent
00ad1ecf15
commit
cb700e6a72
@ -58,7 +58,7 @@ if (active_page == 'index' && (""+document.location).match(/\/(index\.html)?(\?|
|
||||
|
||||
update_new_threads(new_threads);
|
||||
});
|
||||
}, 1000);
|
||||
}, 20000);
|
||||
});
|
||||
|
||||
$(document).on("new_post", function(e, post) {
|
||||
|
Loading…
Reference in New Issue
Block a user