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
There are sometimes cases where a Put request will overwrite a record with the same value (i.e. unchanged). These cases will currently trigger Mirror and Listen updates unnecessarily, leading to wasted resources in the DHT, network, and mirroring applications.
It would be worth testing the performance impact of checking if the record value has changed before triggering listeners. (It may turn out that the impact of this change would be greater than the impact of not doing this check, but it seems worth looking into quickly.)
The text was updated successfully, but these errors were encountered:
There are sometimes cases where a Put request will overwrite a record with the same value (i.e. unchanged). These cases will currently trigger Mirror and Listen updates unnecessarily, leading to wasted resources in the DHT, network, and mirroring applications.
It would be worth testing the performance impact of checking if the record value has changed before triggering listeners. (It may turn out that the impact of this change would be greater than the impact of not doing this check, but it seems worth looking into quickly.)
The text was updated successfully, but these errors were encountered: