changing retry number. add readme.md point
This commit is contained in:
@@ -69,6 +69,8 @@ npm install
|
|||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Clean up deployers/html5Deployer/resources folder from the previous frontend build
|
||||||
|
|
||||||
- From root directory run:
|
- From root directory run:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import { getUserFromLS, getLocaleFromLS } from '../util/localStorageService';
|
|||||||
import { emitter } from '../util/EventEmitter';
|
import { emitter } from '../util/EventEmitter';
|
||||||
|
|
||||||
const TIMEOUT = 2000;
|
const TIMEOUT = 2000;
|
||||||
const RETRY_COUNT = 1;
|
const RETRY_COUNT = 2;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is axios instance
|
* This is axios instance
|
||||||
|
|||||||
Reference in New Issue
Block a user