@jiminp/tooltool
GitHub
Preparing search index...
function
ExponentialBackoffOptionsWithMaxAttempts
Interface ExponentialBackoffOptionsWithMaxAttempts
interface
ExponentialBackoffOptionsWithMaxAttempts
{
init_delay
:
number
;
max_attempts
:
number
;
max_delay
?:
number
;
multiplier
?:
number
;
}
Hierarchy (
View Summary
)
ExponentialBackoffOptions
ExponentialBackoffOptionsWithMaxAttempts
Index
Properties
init_
delay
max_
attempts
max_
delay?
multiplier?
Properties
init_
delay
init_delay
:
number
max_
attempts
max_attempts
:
number
Optional
max_
delay
max_delay
?:
number
Optional
multiplier
multiplier
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
init_
delay
max_
attempts
max_
delay
multiplier
GitHub
@jiminp/tooltool
Loading...