Skip to content

Commit

Permalink
increase axios timeout to 60 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Apr 20, 2024
1 parent 497f412 commit 176a508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import 'tippy.js/dist/tippy.css';
import '../app.css';
axios.defaults.timeout = 10000;
axios.defaults.timeout = 60000;
const options = {
reversed: true,
Expand Down

0 comments on commit 176a508

Please sign in to comment.