feat: add repeat requests in case of failure
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
export const environment = {
|
||||
apiUrl: 'http://localhost:5269/api/v1/',
|
||||
production: false
|
||||
production: false,
|
||||
maxRetry: 30,
|
||||
retryDelay: 15000
|
||||
}
|
||||
|
Reference in New Issue
Block a user