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
Currently, all inbox messages stay in database for both unread and read records. We should consider implementing message expiration, so that messages older than e.g. 1 year (configurable parameter) are deleted automatically using background service. This is done because the inbox DB tables can grow quite fast in case of frequent usage.
The text was updated successfully, but these errors were encountered:
Currently, all inbox messages stay in database for both unread and read records. We should consider implementing message expiration, so that messages older than e.g. 1 year (configurable parameter) are deleted automatically using background service. This is done because the inbox DB tables can grow quite fast in case of frequent usage.
The text was updated successfully, but these errors were encountered: