feat: add repeat requests in case of failure

This commit is contained in:
2024-02-19 13:24:48 +03:00
parent 194e8b0070
commit 4463d54cfb
2 changed files with 27 additions and 2 deletions

View File

@ -1,4 +1,6 @@
export const environment = {
apiUrl: 'http://localhost:5269/api/v1/',
production: false
production: false,
maxRetry: 30,
retryDelay: 15000
}