Backend half
This commit is contained in:
Generated
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
import { MAXIMUM_RETRY_DELAY } from "@smithy/util-retry";
|
||||
export const defaultDelayDecider = (delayBase, attempts) => Math.floor(Math.min(MAXIMUM_RETRY_DELAY, Math.random() * 2 ** attempts * delayBase));
|
||||
Reference in New Issue
Block a user