TP-77625 | Mehul | bbps experiment issue fix (#12973)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user