mustang-im / mustang

Mustang - New full-featured desktop email, chat and video conference client
https://mustang.im
Other
8 stars 1 forks source link

EWS: Throttling #121

Open benbucksch opened 2 months ago

benbucksch commented 2 months ago

Reproduction

Actual result

Expected result

Cause

We did too many things in parallel:

Solution

Throttle:

Parse errors:

benbucksch commented 1 month ago

Throttle:

Parse errors:

NeilRashbrook commented 1 month ago

How many calls per second do you want? (Exchange doesn't have a specific limit or policy for this.)

benbucksch commented 1 month ago

Let's start with 5 per second and dial down as needed?

NeilRashbrook commented 1 month ago

Five per second? We're defaulting to 20 at once...

benbucksch commented 1 month ago

Then let's make a limit of 50 calls per second by default.