Skip to main content
Module

x/lavadeno/src/util/backoff.ts>BackoffOptions

lavadeno is a simple, easy-to-use, and flexible lavalink client built on the Deno Runtime.
Latest
interface BackoffOptions
import { type BackoffOptions } from "https://deno.land/x/lavadeno@3.3.0/src/util/backoff.ts";

Properties

optional
maxDelay: number
optional
initialDelay: number
optional
randomizationFactor: number