'use strict' const swarm = require('pearcord-swarm-manager') module.exports = { boundedFlush: swarm.boundedFlush, retryWire: swarm.retryWire, GossipOutbox: swarm.GossipOutbox, adaptiveBurstDelays: swarm.adaptiveBurstDelays, nextRoundRobinIndex: swarm.nextRoundRobinIndex, gossipLaneForLabel: swarm.gossipLaneForLabel, discoveryMeshFlushListings: swarm.discoveryMeshFlushListings, GuildTopicPool: swarm.GuildTopicPool, computeGuildTopicPoolMax: swarm.computeGuildTopicPoolMax }