diff --git a/lib/cluster/ClusterOptions.ts b/lib/cluster/ClusterOptions.ts index a829e6e9a..a6c2b82fe 100644 --- a/lib/cluster/ClusterOptions.ts +++ b/lib/cluster/ClusterOptions.ts @@ -114,8 +114,6 @@ export interface ClusterOptions extends CommanderOptions { /** * The milliseconds between every automatic slots refresh. - * - * @default 5000 */ slotsRefreshInterval?: number;