I am getting this error A LOT (to the tune of 1000 logs per 24h on Kadira). It doesn’t seem to be affecting anything, but it is still worrying me. I cannot find anything about it on Google. Does anyone have an idea what might be causing this and how to get rid of it? We are hosted on Modulus.
Actually, that error probably comes up most of the time due to entering and exiting standby. So it doesn’t have much to do with how many active users there are. Anyway. thanks for the info.
setInterval(function(){
// ALT TAB ALTTAB
if( TimeSync.isSynced() == false){
//alert("Timesync out of range, refreshing (this will go away soon)");
location.reload();
}
},3000);
At least she will refresh now – I kinda hate it but it keeps the user connected.