mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
changed the global timeout limit to 10 seconds
This commit is contained in:
parent
7bb4d2b894
commit
3bfad6b181
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ if (window.location.hostname === "localhost") {
|
|||
|
||||
const axiosInstance = axios.create({
|
||||
baseURL: baseURL,
|
||||
timeout: 1000,
|
||||
});
|
||||
|
||||
// Request interceptor for API calls
|
||||
|
|
Loading…
Reference in a new issue