Make group calling flag hot-swappable.
This commit is contained in:
parent
bed2544ff4
commit
30fa741365
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ public final class FeatureFlags {
|
||||||
*/
|
*/
|
||||||
private static final Set<String> HOT_SWAPPABLE = SetUtil.newHashSet(
|
private static final Set<String> HOT_SWAPPABLE = SetUtil.newHashSet(
|
||||||
VERIFY_V2,
|
VERIFY_V2,
|
||||||
CLIENT_EXPIRATION
|
CLIENT_EXPIRATION,
|
||||||
|
GROUP_CALLING
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue