docs: added S

This commit is contained in:
Hanno Cornelius 2025-05-28 10:50:41 +01:00 committed by fryorcraken
parent ac324e4d85
commit dfa582c835
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -34,6 +34,8 @@ as well as in the browser for PoC Web Apps such as Qaku and Logos Forum.
- P1. When sending a message in a group, the publisher can ensure the message was received by at least one recipient within `S` seconds **(Vac-DST)**
- P2. When receiving messages in a group, the receiver can detect 90% of missed messages within `3*S` seconds
For S1. Applied to Communities channels on Status Desktop
**Checklist**:
- [ ] Specs: link to specs
- [ ] Code: link to GitHub issues/PRs/Epic
@ -52,6 +54,8 @@ as well as in the browser for PoC Web Apps such as Qaku and Logos Forum.
- U3. When being part of a large group, the application is able to retrieve missed messages
- P3. When receiving messages in group, the receiver can reach eventual consistency within `6*S` seconds **(Vac-DST)**
For S1. Applied to Communities channels on Status Desktop
**Checklist**:
- [ ] Specs: link to specs
- [ ] Code: link to GitHub issues/PRs/Epic