Skip to content

Commit

Permalink
reduce site cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Jun 19, 2018
1 parent 8ed59d5 commit 7e9d10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public function getRemote()
}

return $data;
}, (60*60*12)); // cache for 12 hours
}, (60*60*2)); // cache for 2 hours
}

/**
Expand Down

0 comments on commit 7e9d10e

Please sign in to comment.