mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 14:19:40 +08:00
changed the timeout to actually be 10 seconds not 1...
This commit is contained in:
parent
3bfad6b181
commit
9e6e49ad21
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ if (window.location.hostname === "localhost") {
|
|||
|
||||
const axiosInstance = axios.create({
|
||||
baseURL: baseURL,
|
||||
timeout: 1000,
|
||||
timeout: 10000,
|
||||
});
|
||||
|
||||
// Request interceptor for API calls
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue