Skip to content

Commit

Permalink
set axios timeout edge case to 10 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Apr 21, 2024
1 parent 176a508 commit 176ecdd
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 = 60000;
axios.defaults.timeout = 600000;
const options = {
reversed: true,
Expand Down

0 comments on commit 176ecdd

Please sign in to comment.