Forums
First  << 1 >>  Last
Forum Main>>Bugs & Issues>> Set Chain Bar update back to 10 seconds
cyberdude

ID: 1613175
Level: 37
Posts: 429
Score: 542
NuBz cyberdude [1613175]Reply | Quote | Report

Thread created on Tue Jan 15, 2013 19:29:34
Last replied to on Wed Jan 16, 2013 13:06:26
The Chain bar used to update every 10 seconds.
It's now been changed to update every 60 seconds, this is annoyingly slow, and have cost us several chain bonus'es.

Javascript triggers the update which has been updated (Notice 60000 = 60 seconds), comment saying 10 seconds does no longer apply. 60 seconds is WAAAY too long, and renders the "live" chain bar almost useless.
Hopefully this is just a mistake, and not intentionally.

/*
* If is set, refresh div #chainupdates once after seconds
* UPDATED - just do it every 10 seconds
*/
window.setInterval(function() {
console.log ('Updating chain div');
jQuery('#chainupdates').load('/includes/chainbar.php?force=1&factionID=XXXXX');
}, 60000);

Super secret reinforced spam barrier 2.0
RatedR

ID: 72498
Level: 75
Posts: 17317
Score: 10415
RatedR [72498]Reply | Quote | Report

Posted on Tue Jan 15, 2013 20:15:13
For Ched to look into

Last Edited: Tue Jan 15, 2013 20:17:29
Super secret reinforced spam barrier 2.0
Chedburn

ID: 1
Level: 31
Posts: 6499
Score: 11175
Chedburn [1]Reply | Quote | Report

Posted on Tue Jan 15, 2013 22:12:49
Perhaps Kevin changed this, because I didn't?

Super secret reinforced spam barrier 2.0
Chedburn

ID: 1
Level: 31
Posts: 6499
Score: 11175
Chedburn [1]Reply | Quote | Report

Posted on Wed Jan 16, 2013 13:06:26
Strange, no idea how this changed and no logs of the page ever changing. I've just set it back to 10 seconds.

Forum Main>>Bugs & Issues>> Set Chain Bar update back to 10 seconds
First  << 1 >>  Last