We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents deb2bea + ee29a08 commit dc717b8Copy full SHA for dc717b8
1 file changed
includes/PluginUpdater.php
@@ -154,7 +154,7 @@ public function getRelease() {
154
$data = json_decode( $body, true );
155
if ( ! is_null( $data ) ) {
156
$payload = $this->mapData( $data );
157
- set_transient( $cache_key, $payload, HOUR_IN_SECONDS * 6 );
+ set_transient( $cache_key, $payload, $this->cacheExpiration );
158
}
159
160
0 commit comments