UNPKG

discord-hybrid-sharding

Version:

The first package which combines sharding manager & internal sharding to save a lot of resources, which allows clustering!

14 lines 463 B
export declare function getInfo(): ClusterClientData; export interface ClusterClientData { SHARD_LIST: number[]; TOTAL_SHARDS: number; LAST_SHARD_ID: number; FIRST_SHARD_ID: number; CLUSTER_COUNT: number; MAINTENANCE?: string; CLUSTER_QUEUE_MODE?: 'auto' | string | undefined; CLUSTER: number; CLUSTER_MANAGER_MODE: ClusterManagerMode; } export type ClusterManagerMode = 'process' | 'worker'; //# sourceMappingURL=Data.d.ts.map