Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit e1f8614

Browse files
committed
changing retry number. add readme.md point
1 parent 7b10180 commit e1f8614

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

media-store/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ npm install
6969
npm run build
7070
```
7171

72+
- Clean up deployers/html5Deployer/resources folder from the previous frontend build
73+
7274
- From root directory run:
7375

7476
```json

media-store/app-src/src/api/axiosInstance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { getUserFromLS, getLocaleFromLS } from '../util/localStorageService';
33
import { emitter } from '../util/EventEmitter';
44

55
const TIMEOUT = 2000;
6-
const RETRY_COUNT = 1;
6+
const RETRY_COUNT = 2;
77

88
/**
99
* This is axios instance

0 commit comments

Comments
 (0)