globalTimeout property

Duration globalTimeout
final

Minimal timeout between all requests

Every request will be throttled according to this if else not specified in APIRequest.settings.

At least this amount of time should pass before next request will be sent

Implementation

final Duration globalTimeout;