baseSimulatedLatency property

AFConfigurationItemInt baseSimulatedLatency
final

Implementation

static final baseSimulatedLatency = AFConfigurationItemInt(
  libraryId: AFUILibraryID.id,
  name: "base-simulated-latency",
  validContexts: AFConfigurationItem.validContextsAllButNew,
  ordinal: 280.0,
  help: "When running a test test in the prototype UI, all queries have this latency by default, unless they have a simulatedLatencyFactor which changes their latency",
  defaultValue: 200,
  min: 0,
  max: 10000);