Rotate IndividuaSendJobV2 remote config.

This commit is contained in:
Greyson Parrelli 2026-06-09 11:51:12 -04:00 committed by Cody Henthorne
parent 33619fe463
commit 4bc11fcf0d

View File

@ -1188,7 +1188,7 @@ object RemoteConfig {
@JvmStatic
@get:JvmName("useIndividualSendJobV2")
val useIndividualSendJobV2: Boolean by remoteBoolean(
key = "android.useIndividualSendJobV2.3",
key = "android.useIndividualSendJobV2.4",
defaultValue = false,
hotSwappable = true
)