From afe8d4450ea66288c5dccdb8d94aeadc48c5ae26 Mon Sep 17 00:00:00 2001 From: Blake Gong Date: Tue, 10 Oct 2023 00:29:45 +0800 Subject: [PATCH] docs: update cluster options --- lib/cluster/ClusterOptions.ts | 2 -- 1 file changed, 2 deletions(-) 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;