-
Related
- Slow MAM synchronization (tigase/_server/tigase-message-archiving#75) Closed
- Review and optimize SQL schema and queries used during message synchronization (tigase/_clients/beagle-im#452) Closed
- Review and optimize SQL schema and queries used during message synchronization (tigase/_clients/siskin-im#352) Closed
Type |
Task
|
Priority |
Normal
|
Assignee | |
Version |
3.1.2
|
Issue Votes (0)
Watchers (0)
Currently, SM ACK stanzas (
<a/>
) are sent after receiving 5 unconfirmed stanzas or after receiving<r/>
stanza. We have to answer on each<r/>
stanza, but it would be better to send<a/>
after receiving the stanza with a delay so that when a lot of stanzas are being received (ie. during MAM sync) we would send<a/>
less ofter than once for each 5 messages. This would also help with confirming receiving a single message as it would be confirmed even if less than 5 were received since the previous<a/>
was sent.