mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Remove rx send remote config and group send using rx always.
This commit is contained in:
committed by
Greyson Parrelli
parent
5ecf60a306
commit
3551e7ec00
@@ -144,8 +144,7 @@ public class ApplicationDependencyProvider implements AppDependencies.Provider {
|
||||
provideGroupsV2Operations(signalServiceConfiguration).getProfileOperations(),
|
||||
SignalExecutors.newCachedBoundedExecutor("signal-messages", ThreadUtil.PRIORITY_IMPORTANT_BACKGROUND_THREAD, 1, 16, 30),
|
||||
ByteUnit.KILOBYTES.toBytes(256),
|
||||
RemoteConfig.okHttpAutomaticRetry(),
|
||||
RemoteConfig.useRxMessageSending());
|
||||
RemoteConfig.okHttpAutomaticRetry());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user