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