mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-17 20:45:56 +00:00
Reduced the delay used for fetching the mail rows from 200 to 100ms
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user