aksiksi / vaulty

A service that allows users to send email directly to a cloud storage service.
https://vaulty.net
4 stars 0 forks source link

Migrate to an async HTTP server #1

Closed aksiksi closed 4 years ago

aksiksi commented 4 years ago

Fetching a 7MB attachment from Mailgun takes ~20 seconds. This will block the Rouille server and reduce throughput.

aksiksi commented 4 years ago

Options:

  1. warp
  2. actix-web