perf: slow down auto-refresh even more
once every 5 seconds instead of 2 seconds.
This commit is contained in:
parent
2b1df9aa56
commit
daf4885f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
|
|||
this.show();
|
||||
this.debounced_refresh = frappe.utils.debounce(
|
||||
this.process_document_refreshes.bind(this),
|
||||
2000
|
||||
5000
|
||||
);
|
||||
this.count_upper_bound = 1001;
|
||||
this._element_factory = new ElementFactory(this.doctype);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue