Closed eta-orionis closed 7 months ago
Allows to set dedupeTime to either a fixed number of milliseconds, or to a function that calculates the dedupeTime for every fetch separately. This allows creating a backoff mechanism if necessary, without too much overhead.
dedupeTime
Closed in favor of #36.
Allows to set
dedupeTime
to either a fixed number of milliseconds, or to a function that calculates the dedupeTime for every fetch separately. This allows creating a backoff mechanism if necessary, without too much overhead.