Skip to content

Commit 7a60218

Browse files
author
p01
committed
Lowered the THROTTLE_DELAY thanks to the previous optimization
1 parent 050cd5a commit 7a60218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resource-manager/resource_tree_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cls.ResourceTreeView = function(id, name, container_class, html, default_handler
1212
cls.ResourceTreeView.instance = this;
1313

1414
// const
15-
const THROTTLE_DELAY = 500;
15+
const THROTTLE_DELAY = 250;
1616

1717
// "private"
1818
this._service = new cls.ResourceManagerService(this, network_logger);

0 commit comments

Comments
 (0)