Skip to content

Commit

Permalink
fix: updated default session time out for mobile platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Desu Sai Venkat committed Nov 27, 2023
1 parent a20fffd commit 761b5ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class MobileConfig {
configRefreshInterval = Constants.CONFIG_REFRESH_INTERVAL,
DBEncryptionInterface? dbEncryption,
autoSessionTracking = Constants.AUTO_SESSION_TRACKING,
sessionTimeoutInMillis = Constants.DEFAULT_SESSION_TIMEOUT_WEB})
sessionTimeoutInMillis = Constants.DEFAULT_SESSION_TIMEOUT_MOBILE})
: _dbCountThreshold = dbCountThreshold,
_autoCollectAdvertId = autoCollectAdvertId,
_collectDeviceId = collectDeviceId,
Expand Down

0 comments on commit 761b5ce

Please sign in to comment.