Would it be possible to make the retryInterval an exponential delay like for example retryInterval=retryInterval*1.6 · Issue #41 · andywer/pg-listen · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
A lot a tools uses an exponential factor for retries (PM2, ....), could it be possible to change the retryInterval from a number to a function or to an exponential retryInterval ?
Thanks