radicle-dev / radicle-link

The second iteration of the Radicle code collaboration protocol.
Other
423 stars 39 forks source link

daemon: don’t persist waiting room on tick #751

Closed geigerzaehler closed 3 years ago

geigerzaehler commented 3 years ago

We stop persisting the waiting room on the Tick input. The waiting room state itself does not change when this input is processed. Since the waiting room tick occurs every 500ms by default the serialization load might be heavy.

Similarly, we eliminate the Tick waiting room event since it offer no valuable information.