mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 12:18:09 +01:00
Make backup batch operation concurrency configurable
This commit is contained in:
committed by
ravi-signal
parent
efde8a31f9
commit
8c2d738924
@@ -806,7 +806,8 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
|
||||
cdn3RemoteStorageManager,
|
||||
svrbCredentialsGenerator,
|
||||
secureValueRecoveryBClient,
|
||||
clock);
|
||||
clock,
|
||||
dynamicConfigurationManager);
|
||||
|
||||
final AppleDeviceChecks appleDeviceChecks = new AppleDeviceChecks(
|
||||
dynamoDbClient,
|
||||
|
||||
Reference in New Issue
Block a user