reduce limit for auto reload

This commit is contained in:
Stefan Breunig 2013-03-06 18:46:24 +01:00
parent b30ac36ffa
commit 1b737c6699

View File

@ -42,7 +42,7 @@ if(!d) {
// page doesnt have a script tag with player information.
if(document.getElementById('header_email')) {
// however, we are logged in.
setTimeout('location.reload();', 10*1000);
setTimeout('location.reload();', 3*1000);
throw('Page doesnt have player data, but you are logged in. Reloading in 10s.');
}
// FIXME: handle nia takedown in progress