Skip to content

Commit

Permalink
Cache enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Jun 17, 2019
1 parent c9b799d commit 9ef34cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kunoichi/Hiden/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function site_transient_update_plugins( $plugins ) {
$this->options->clear_log();
}
$list = is_wp_error( $response ) || ! is_array( $response ) ? [] : $response;
// set_site_transient( $this->plugin_transient, $list, 10 * MINUTE_IN_SECONDS );
set_site_transient( $this->plugin_transient, $list, 10 * MINUTE_IN_SECONDS );
}
if ( $list ) {
foreach ( $list as $plugin ) {
Expand Down

0 comments on commit 9ef34cc

Please sign in to comment.