mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 16:38:04 +01:00
Manage some unmanaged executors
This commit is contained in:
committed by
ravi-signal
parent
fc097db2a0
commit
7aff81547a
@@ -51,6 +51,7 @@ public class Cdn3RemoteStorageManagerTest {
|
||||
@BeforeEach
|
||||
public void init() {
|
||||
remoteStorageManager = new Cdn3RemoteStorageManager(
|
||||
Executors.newCachedThreadPool(),
|
||||
Executors.newSingleThreadScheduledExecutor(),
|
||||
new Cdn3StorageManagerConfiguration(
|
||||
wireMock.url("storage-manager/"),
|
||||
|
||||
Reference in New Issue
Block a user