Skip to content

Commit 176a508

Browse files
committed
increase axios timeout to 60 sec
1 parent 497f412 commit 176a508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import 'tippy.js/dist/tippy.css';
1818
import '../app.css';
1919
20-
axios.defaults.timeout = 10000;
20+
axios.defaults.timeout = 60000;
2121
2222
const options = {
2323
reversed: true,

0 commit comments

Comments
 (0)