Type alias ReacordConfig

ReacordConfig: {
    maxInstances?: number;
}

Type declaration

  • Optional maxInstances?: number

    The max number of active instances. When this limit is exceeded, the oldest instances will be disabled.

Generated using TypeDoc