Delays

Delays used in the emote import process.

Members

Aliases

extraDelayAfterError
alias extraDelayAfterError = delayBetweenImports

The extra delay to add after an error has occurred. This is used to prevent hammering the API with requests.

Static variables

delayBetweenImports
auto delayBetweenImports;

The base delay between importing custom emotes. This is used to stagger the imports so that they don't all happen at once.

initialDelayBeforeImports
auto initialDelayBeforeImports;

The initial delay before importing custom emotes. This is mostly to stagger the terminal output.