Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Increase default cache_time from 120 to 360
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanahuja committed Feb 22, 2021
1 parent d6fdb02 commit f3fdd68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/InstagramFeed.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ <h3>Options</h3>
<code class="text-bold flex-grow-1">cache_time</code>
</td>
<td><em>number [Int]</em></td>
<td><code>120</code></td>
<td><code>360</code></td>
<td>Instagram response cache expiry time in minutes</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jsanahuja/instagramfeed",
"description": "Instagram Feed without access token. Not using the Instagram API",
"homepage": "https://github.com/jsanahuja/InstagramFeed",
"version": "2.0.0",
"version": "2.0.1",
"keywords": [
"instagram",
"feed",
Expand Down
2 changes: 1 addition & 1 deletion src/InstagramFeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'margin': 0.5,
'image_size': 640,
'lazy_load': false,
'cache_time': 120,
'cache_time': 360,
'on_error': console.error
};

Expand Down

0 comments on commit f3fdd68

Please sign in to comment.