Skip to content

Commit 1d2a117

Browse files
committed
Update memcached persistent ID
1 parent 1d274ff commit 1d2a117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drop-in/object-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public static function initAndBuild(): self {
9494
}
9595

9696
if ( ! defined( 'SNAPCACHE_MEMCACHED_PERSISTENT_ID' ) ) {
97-
define( 'SNAPCACHE_MEMCACHED_PERSISTENT_ID', 'sd-mc' );
97+
define( 'SNAPCACHE_MEMCACHED_PERSISTENT_ID', 'snapcache' );
9898
}
9999

100100
if ( ! defined( 'SNAPCACHE_PRESEEDS' ) ) {

0 commit comments

Comments
 (0)