mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 15:47:32 +02:00
fix(memcached): do not flush entire cache, oops (#3551)
This commit is contained in:
@@ -84,7 +84,6 @@ class MemcachedCache implements CacheInterface
|
||||
|
||||
public function purgeCache(int $timeout = 86400): void
|
||||
{
|
||||
$this->conn->flush();
|
||||
// Note: does not purges cache right now
|
||||
// Just sets cache expiration and leave cache purging for memcached itself
|
||||
$this->expiration = $timeout;
|
||||
|
Reference in New Issue
Block a user