Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aurelia/binding
/ disableConnectQueue
Function
disableConnectQueue
src/connect-queue.js:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
export
function
disableConnectQueue() {
69
setConnectQueueThreshold(Number.MAX_SAFE_INTEGER);
70
}
71
72
export
function
getConnectQueueSize() {
73
return
queue.length;
Callers
1
connect-queue.spec.js
File · 0.90
Calls
1
setConnectQueueThreshold
Function · 0.85
Tested by
no test coverage detected