@lacunahub/letsfrag
    Preparing search index...

    Interface ClusterBrokerOptionsShardCountCalc

    Options for automatic shard count calculation

    interface ClusterBrokerOptionsShardCountCalc {
        growthFactor?: number;
        guildsPerShard?: number;
    }
    Index

    Properties

    growthFactor?: number

    Growth factor multiplier (default: 1)

    guildsPerShard?: number

    Guilds per shard (default: 1000)