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