Skip to content

Commit

Permalink
fix: 1000ms -> 30000ms timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkontoask committed May 31, 2021
1 parent 3c01201 commit 397b091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const baseURL = isDevelopment
const http: AxiosInstance = Axios.create({
withCredentials: true,
baseURL: baseURL,
timeout: 1000
timeout: 30000
})

if (!isDevelopment && isElectron()) {
Expand Down

0 comments on commit 397b091

Please sign in to comment.