Update client-side max envelope size to 256KB to match server.
This commit is contained in:
parent
ff95319559
commit
c296a28a4a
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public class ApplicationDependencyProvider implements ApplicationDependencies.Pr
|
||||||
Optional.of(new SecurityEventListener(context)),
|
Optional.of(new SecurityEventListener(context)),
|
||||||
provideClientZkOperations().getProfileOperations(),
|
provideClientZkOperations().getProfileOperations(),
|
||||||
SignalExecutors.newCachedBoundedExecutor("signal-messages", 1, 16, 30),
|
SignalExecutors.newCachedBoundedExecutor("signal-messages", 1, 16, 30),
|
||||||
ByteUnit.KILOBYTES.toBytes(512),
|
ByteUnit.KILOBYTES.toBytes(256),
|
||||||
FeatureFlags.okHttpAutomaticRetry());
|
FeatureFlags.okHttpAutomaticRetry());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue