Skip to content

Commit

Permalink
Increased titank12.com api request timeout from 2s to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
evanhsu committed Sep 3, 2022
1 parent 0ff3e25 commit 989693e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TitanSchoolsClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TitanSchoolsClient {

this.client = axios.create({
baseURL: "https://family.titank12.com/api/",
timeout: 2000
timeout: 5000
});
}

Expand Down

0 comments on commit 989693e

Please sign in to comment.