deltachat / notifiers

Notify devices
Apache License 2.0
6 stars 0 forks source link

Use HTTP/2 pipelining to speedup notification delivery #30

Closed link2xt closed 7 months ago

link2xt commented 7 months ago

Delivery is no longer limited by RTT as up to 50 notifications are delivered in parallel. Even with RTT of 1 second this means we can deliver 50 60 20 = 60000 notifications in 20 minutes.

link2xt commented 7 months ago

This builds on top of #28 and replaces #14.