nikgraf / secsync

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

Idea: built throttling into the hooks #72

Open nikgraf opened 1 year ago

nikgraf commented 1 year 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.