Skip to main content

TICKS_PER_MILLISECOND

Constant TICKS_PER_MILLISECOND 

Source
const TICKS_PER_MILLISECOND: i64 = 10_000;
Expand description

Jellyfin ticks per second (10 million). A tick is 100 ns. The frontend must never see ticks — this is where they die.