Skip to content

Commit c0a4013

Browse files
committed
chore: remove debug option to lower the the threshold for updating conversation key material [WPB-17354] (#4001)
(cherry picked from commit a4275ef)
1 parent 994d5ac commit c0a4013

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/main/kotlin/com/wire/android/di/KaliumConfigsModule.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class KaliumConfigsModule {
4949
// we use upsert, available from SQL3.24, which is supported from Android API30, so for older APIs we have to use SQLCipher
5050
shouldEncryptData = !BuildConfig.DEBUG || Build.VERSION.SDK_INT < Build.VERSION_CODES.R,
5151
lowerKeyPackageLimits = BuildConfig.LOWER_KEYPACKAGE_LIMIT,
52-
lowerKeyingMaterialsUpdateThreshold = BuildConfig.PRIVATE_BUILD,
5352
developmentApiEnabled = BuildConfig.DEVELOPMENT_API_ENABLED,
5453
ignoreSSLCertificatesForUnboundCalls = BuildConfig.IGNORE_SSL_CERTIFICATES,
5554
encryptProteusStorage = true,

0 commit comments

Comments
 (0)