serenity-kit / secsync

Architecture for end-to-end encrypted CRDTs
https://www.secsync.com/
Apache License 2.0
159 stars 6 forks source link

Idea: built throttling into the hooks #72

Open nikgraf opened 9 months ago

nikgraf commented 9 months ago

The hooks collect changes and submit them together as one update. Especially if there is no active ephemeral session by another user.

Why not built it into the core: The core is already quite complex enough and this would increase the complexity further which potentially could lead to bugs.