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

Commit 23e4ec2

Browse files
committed
change retry count
1 parent bf8544e commit 23e4ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = 2;
6+
const RETRY_COUNT = 3;
77

88
/**
99
* This is axios instance

0 commit comments

Comments
 (0)