Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ backoff
Function
backoff
cjs/src/index.js:511–513 ·
view source on GitHub ↗
(retries)
Source
from the content-addressed store, hash-verified
509
}
510
511
function
backoff(retries) {
512
return
(0.5 + Math.random() / 2) * Math.min(3 ** retries / 100, 20)
513
}
514
515
function
max_lifetime() {
516
return
60 * (30 + Math.random() * 30)
Callers
1
closed
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected