mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 06:18:06 +01:00
Discard unused feature flag constants/mocking.
This commit is contained in:
committed by
Jon Chambers
parent
8ec1dda9ba
commit
02a2c3224f
@@ -45,8 +45,6 @@ public class MessagePersister implements Managed {
|
||||
static final int QUEUE_BATCH_LIMIT = 100;
|
||||
static final int MESSAGE_BATCH_LIMIT = 100;
|
||||
|
||||
static final String ENABLE_PERSISTENCE_FLAG = "enable-cluster-persister";
|
||||
|
||||
private static final Logger logger = LoggerFactory.getLogger(MessagePersister.class);
|
||||
|
||||
public MessagePersister(final MessagesCache messagesCache, final MessagesManager messagesManager, final AccountsManager accountsManager, final Duration persistDelay) {
|
||||
|
||||
Reference in New Issue
Block a user