AppFlowy-IO / AppFlowy-Cloud

AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
GNU Affero General Public License v3.0
524 stars 145 forks source link

chore: allow collab persistence and edit state behaviour to be configurable #636

Closed khorshuheng closed 1 week ago

khorshuheng commented 1 week ago

The following parameter values are currently hard coded:

Allowing the above parameters to be configured will allow us to control how frequent the in-memory edit states are saved to the cache.

khorshuheng commented 1 week ago

Closing this PR as the integration workflow cannot be run successfully from a PR originating from a fork.