Reduced the delay used for fetching the mail rows from 200 to 100ms

This commit is contained in:
Wolfgang Sourdeau
2012-10-19 04:37:56 -04:00
parent 5e89c1236d
commit 3cd249f231

View File

@@ -25,7 +25,7 @@ var SOGoDataTableInterface = {
// Constants
overflow: 30, // must be lower than the overflow of the data source class
renderDelay: 0.2, // delay (in seconds) before which the table is rendered upon scrolling
renderDelay: 0.1, // delay (in seconds) before which the table is rendered upon scrolling
bind: function() {
this.observe("scroll" , this.render.bind(this));