SongGuess
Preparing search index...
server/worker-configuration
GatewayRetries
Type Alias GatewayRetries
type
GatewayRetries
=
{
backoff
?:
"constant"
|
"linear"
|
"exponential"
;
maxAttempts
?:
1
|
2
|
3
|
4
|
5
;
retryDelayMs
?:
number
;
}
Index
Properties
backoff?
max
Attempts?
retry
Delay
Ms?
Properties
Optional
backoff
backoff
?:
"constant"
|
"linear"
|
"exponential"
Optional
max
Attempts
maxAttempts
?:
1
|
2
|
3
|
4
|
5
Optional
retry
Delay
Ms
retryDelayMs
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backoff
max
Attempts
retry
Delay
Ms
SongGuess
Loading...