We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc717b8 commit 329a873Copy full SHA for 329a873
1 file changed
includes/ThemeUpdater.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