...
Jira | Description | ||
---|---|---|---|
DA-1667 | Removed unnecessary SQL delete calls for user settings. | ||
DA-1668 | Reduced SQL update upon successful authentication, store user once in Authentication Service instead of twice (skip the update in Policy Service). | ||
DA-1689 | Removed unnecessary SQL query of fetching users in the XPI User update call. | ||
DA-1659 | Utilized the existing "User cache" to improve performance and reduce database (DB) CPU usage by fetching user from DB every 15 min instead of for every authentication request. To add caching to a user, do the following:
Caching should be enabled only for a user that is authenticated frequently like a delegated admin user. | ||
DA-1660 | When a customer updates the DA account (via XPI) and the account has no real modifications (for example, using the same phone number as before), the conditional update mechanism will detect this and skip writing to the database. | ||
DA-1688 | Added the system property 'com.portwise.mobiletext.sms.async.enabled' to enable asynchronous sending of SMS over the channels. Do the following:
| ||
DA-1728 | Added the system property 'com.nexusgroup.user.db.transaction-timeout-sec' to set a transaction timeout with the database with a default value set to 30 seconds which will make sure the services (except admin service) are not waiting forever for a long time for a response form the database.
| ||
DA-1731 . | Added the system property 'com.portwise.xpi.ws.v1.authentication.skip_adding_empty_eid_attrib' to skip adding eid attributes if they are not required at the client side. This reduces the XML which improves network performance and less marshalling of XML in PS service (less CPU). Do the following:
|
...