Skip to content

Commit 51a767b

Browse files
increase default timeouts
1 parent 5bfed19 commit 51a767b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/instafeed.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
// default options
2020
var opts = {
2121
accessToken: null,
22-
accessTokenTimeout: 5000,
22+
accessTokenTimeout: 10000,
2323
after: null,
24-
apiTimeout: 5000,
24+
apiTimeout: 10000,
2525
before: null,
2626
debug: false,
2727
error: null,

0 commit comments

Comments
 (0)