at_server icon indicating copy to clipboard operation
at_server copied to clipboard

[Tracker] Enable a dormant feature - optimize commits for expired keys

Open srieteja opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

Feature in https://github.com/atsign-foundation/at_server/issues/1660 has been implemented in https://github.com/atsign-foundation/at_server/pull/1713 and https://github.com/atsign-foundation/at_server/pull/1727. To preserve backwards compatibility, this feature will lie dormant for now. As a response to the changes in at_server, some changes have been made in at_client in https://github.com/atsign-foundation/at_client_sdk/pull/1187.

Describe the solution you'd like

Enable the dormant feature at an appropriate time. The only change required would be to change the value of the variable in AtSecondaryConfig named '_optimizeCommitLog' and set it to true.

srieteja avatar Jan 04 '24 19:01 srieteja

Discovered a minor issue in the client side deleteExpiredKeys scheduled job. More in https://github.com/atsign-foundation/at_client_sdk/issues/1350. Carrying it forward to PR92.

srieteja avatar Jul 08 '24 10:07 srieteja