website refactor
This commit is contained in:
@@ -13,7 +13,7 @@ export interface RetryConfig {
|
||||
}
|
||||
|
||||
export const DEFAULT_RETRY_CONFIG: RetryConfig = {
|
||||
maxRetries: 3,
|
||||
maxRetries: 1,
|
||||
baseDelay: 1000,
|
||||
maxDelay: 10000,
|
||||
backoffMultiplier: 2,
|
||||
|
||||
Reference in New Issue
Block a user