GAM-team / got-your-back

Got Your Back (GYB) is a command line tool for backing up your Gmail messages to your computer using Gmail's API over HTTPS.
https://github.com/GAM-team/got-your-back/wiki
Apache License 2.0
2.62k stars 207 forks source link

Slow Upload #436

Closed gustavohellwig closed 1 year ago

gustavohellwig commented 1 year ago

Hi, The download of the emails is very fast, but the upload is very slow. For 4.5Gb, it took 9 hours. Is that what is expected?

The internet bandwidth is not a problem.

jay0lee commented 1 year ago

Yes, write is slower than read, that's just how it goes.

Total mail size is not terribly relevant, message count is the more important stat. You can generally expect writing to occur at a rate of one message every 2-3 seconds.

Jay

gustavohellwig commented 1 year ago

OK. thank you.