change retry count

This commit is contained in:
Dmitriynj
2020-12-09 22:07:22 +03:00
committed by Daniel Hutzel
parent aeafb1d010
commit 145becb1c4

View File

@@ -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 = 2; const RETRY_COUNT = 3;
/** /**
* This is axios instance * This is axios instance