From 9e342f253d4895a1672ce5710925c97514438007 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Sat, 16 Jan 2021 01:46:13 -0500 Subject: [PATCH] Use the same client for inserts and reads in the message cache cluster. --- .../whispersystems/textsecuregcm/WhisperServerService.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java index a755997a5..2a6c11914 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java @@ -292,8 +292,7 @@ public class WhisperServerService extends Application