mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 11:15:44 +00:00
Update client-side max envelope size to 256KB to match server.
This commit is contained in:
committed by
Cody Henthorne
parent
ff95319559
commit
c296a28a4a
@@ -127,7 +127,7 @@ public class ApplicationDependencyProvider implements ApplicationDependencies.Pr
|
||||
Optional.of(new SecurityEventListener(context)),
|
||||
provideClientZkOperations().getProfileOperations(),
|
||||
SignalExecutors.newCachedBoundedExecutor("signal-messages", 1, 16, 30),
|
||||
ByteUnit.KILOBYTES.toBytes(512),
|
||||
ByteUnit.KILOBYTES.toBytes(256),
|
||||
FeatureFlags.okHttpAutomaticRetry());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user