Options of the detachDeactivated plugin.

interface DetachDeactivatedOptions {
    delay?: number;
}

Properties

Properties

delay?: number

The delay in milliseconds after which the executor is detached after being deactivated. If an executor is re-activated during this delay, the executor won't be detached.

5_000