Skip to content

Commit

Permalink
update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kringkaste committed Sep 5, 2022
1 parent 20afe9a commit b8670db
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@
'proxyKey' => '',

// Timeout in seconds waiting for the Instagram page to load.
'timeout' => 5,
'timeout' => 10,

// Dump Instagram response to file for debugging purpose
// Dump Instagram response to file for debugging purpose. In an event of unknown structure, it will happen automatically.
// You will find the dumps in Craft's storage path in the folder runtime/instagramfeed with the timestamp as file name.
'dump' => false,

// Using your own user agent string, remove this array key to use a common user agent of a well known browser
'userAgent' => '',

// Use volume to store Instagram images locally, otherwise the storage path will be used
'useVolume' => false,

Expand Down

0 comments on commit b8670db

Please sign in to comment.