MCPcopy 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
512function backoff(retries) {
513 return (0.5 + Math.random() / 2) * Math.min(3 ** retries / 100, 20)
514}
515
516function max_lifetime() {
517 return 60 * (30 + Math.random() * 30)

Callers 1

closedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected