ShardingOptions constructor

const ShardingOptions({
  1. bool redirectOutput = true,
  2. bool timeoutSpawn = true,
  3. bool respawnProcesses = true,
  4. bool autoScale = false,
  5. Duration autoScaleInterval = const Duration(minutes: 15),
  6. bool useImpreciseGuildCount = false,
})

Implementation

const ShardingOptions({
  this.redirectOutput = true,
  this.timeoutSpawn = true,
  this.respawnProcesses = true,
  this.autoScale = false,
  this.autoScaleInterval = const Duration(minutes: 15),
  this.useImpreciseGuildCount = false,
});