rsf-design/src/utils/http/index.js
@@ -3,7 +3,7 @@ import { ApiStatus } from './status' import { HttpError, handleError, showError, showSuccess } from './error' import { $t } from '@/locales' const REQUEST_TIMEOUT = 15e3 const REQUEST_TIMEOUT = 30e3 const LOGOUT_DELAY = 500 const MAX_RETRIES = 0 const RETRY_DELAY = 1e3