타임아웃

This commit is contained in:
focp212@naver.com
2025-10-31 16:27:06 +09:00
parent 79ed55f524
commit 003782230b

View File

@@ -130,7 +130,7 @@ const onResponseRejected = (error: AxiosError) => {
export const initAxios = () => {
axios.defaults.withCredentials = false;
axios.defaults.timeout = 15000;
axios.defaults.timeout = 60000;
axios.defaults.transitional = {
clarifyTimeoutError: true,
forcedJSONParsing: true,