When I'm idling for a while, the update intervals go from 2 seconds to 3, then 5, then NaNs or something like that. When that last value is displayed, it seems like the windows is trying to refresh every half second or so, then it finally loses the connection.
I tried putting the timeout to 300000 and other things, but it seems like all the changes I do in the general configs file are simply ignored, even if I do /rehash.
My only change is that I have to authenticate my users that are stored in a mysql database. They login using a unique userid and password, if successful the script fecthes the first name and family name then does
- Code: Select all
param["nick"] = "$firstname $family_name";
Any ideas?
Also, is there any way or feature to make the browser's takbar button flash upon certain events to tell the user something needs its attention?
Thanks!