defaultTicksPerSlot top-level constant

int const defaultTicksPerSlot

The default number of ticks per slot.

A tick is a ledger entry that estimates wallclock duration.

A slot is the period of time for which each leader ingests transactions and produces a block.

Implementation

const int defaultTicksPerSlot = 64;