Skip to content

Commit 02c52d7

Browse files
committed
use the same group cache
1 parent b95f925 commit 02c52d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function get_cache_token( $token = '', $type = '', $api_key = '' ) {
133133
} elseif ( $type === 'assets' ) {
134134
$lock = get_transient( 'optml_cache_lock_assets' );
135135
} else {
136-
$type = '_file_' . crc32( $type );
136+
$type = 'images';
137137
}
138138

139139
if ( $lock === 'yes' ) {

0 commit comments

Comments
 (0)