Enforce max envelope size in more places.

This commit is contained in:
Greyson Parrelli
2020-11-06 15:58:10 -05:00
committed by Cody Henthorne
parent 0068d62122
commit f4c1e34402
2 changed files with 14 additions and 8 deletions

View File

@@ -107,7 +107,8 @@ public final class FeatureFlags {
private static final Set<String> HOT_SWAPPABLE = Sets.newHashSet(
GROUPS_V2_JOIN_VERSION,
VERIFY_V2,
CLIENT_EXPIRATION
CLIENT_EXPIRATION,
MAX_ENVELOPE_SIZE
);
/**