mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-25 13:18:04 +01:00
Switch from Java serialization to JSON for memcache storage.
This commit is contained in:
@@ -45,6 +45,8 @@ public class MemcacheHealthCheck extends HealthCheck {
|
||||
return Result.unhealthy("Fetch failed");
|
||||
}
|
||||
|
||||
this.client.delete("HEALTH" + random);
|
||||
|
||||
return Result.healthy();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user