TP-77625 | Mehul | bbps experiment issue fix (#12973)

This commit is contained in:
Mehul Garg
2024-10-10 15:16:07 +05:30
committed by GitHub
parent d1ba3a7f27
commit 07ce616969
2 changed files with 2 additions and 6 deletions

View File

@@ -47,15 +47,11 @@ constructor(
naviCacheRepository.save(
NaviCacheEntity(
value = gson.toJson(abTestingResponse.data?.experiments.orEmpty()),
ttl =
FirebaseRemoteConfigHelper.getLong(
FirebaseRemoteConfigHelper.NAVI_BBPS_AB_TESTING_EXPERIMENTS_CACHE_KEY
),
ttl = -1,
version = 1,
key = DBCacheConstants.BBPS_AB_TESTING_EXPERIMENTS_CACHE_KEY
)
)
// Save to shared preference
bbpsSharedPreferences.saveLong(
key = KEY_BBPS_ABTESTING_LAST_REFRESHED_TIMESTAMP,

View File

@@ -428,7 +428,7 @@
</entry>
<entry>
<key>NAVI_PAY_LITMUS_EXPERIMENTS_CACHE_DURATION_IN_MILLIS</key>
<value>86400000</value>
<value>-1</value>
</entry>
<entry>
<key>PROXY_SELECTOR_ENABLED</key>