##// END OF EJS Templates
Adjusted throttling
Jonathan Frederic -
Show More
@@ -33,7 +33,7 b' function(WidgetManager, Underscore, Backbone){'
33 // comm : Comm instance (optional)
33 // comm : Comm instance (optional)
34 this.widget_manager = widget_manager;
34 this.widget_manager = widget_manager;
35 this.pending_msgs = 0;
35 this.pending_msgs = 0;
36 this.msg_throttle = 2;
36 this.msg_throttle = 3;
37 this.msg_buffer = null;
37 this.msg_buffer = null;
38 this.key_value_lock = null;
38 this.key_value_lock = null;
39 this.id = model_id;
39 this.id = model_id;
General Comments 0
You need to be logged in to leave comments. Login now