You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: In production environment after inserting into DB the recrods are missing. For our business scenario we are frequently updating the records based on the conidtion.
But we have use below line and set 5s in produciton. Please help us to understand the below line Pros and cons. suspecting Autocompaction is triggering in setinterval what ever the record trying to update at that time that record is missing .
HI Team,
Please help to solve the below issue.
Issue: In production environment after inserting into DB the recrods are missing. For our business scenario we are frequently updating the records based on the conidtion.
But we have use below line and set 5s in produciton. Please help us to understand the below line Pros and cons. suspecting Autocompaction is triggering in setinterval what ever the record trying to update at that time that record is missing .
yourDatabase.persistence.setAutocompactionInterval(interval)
But below are the React -Native version and React version we are using along with REDUX and Saga operation.
"react-redux": "^5.0.2",
"reduce": "^1.0.1",
"redux": "^3.7.2",
"redux-persist": "^5.10.0",
"redux-saga": "^0.16.0",
"reduxsauce": "^0.7.0",
The text was updated successfully, but these errors were encountered: