Closed (cannot reproduce)
Project:
Tribune
Version:
6.x-1.13
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2010 at 07:45 UTC
Updated:
9 Sep 2012 at 14:20 UTC
When i set reload delay = 0 in the adminsettings and then send a chat message in tribune the tribune javascript starts hammering the server with requests, totally killing the server.
Comments
Comment #1
SeeSchloss commentedDo you have a place where I could see this? It shouldn't do that - there's an
if (Drupal.settings.tribune.tribunes[tribune_id].reload_delay > 0)in the code to prevent this behavior.Comment #2
SeeSchloss commented