Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@ops@contention_harness_Budget.hrl
Raw

include/lightspeed@ops@contention_harness_Budget.hrl

-record(budget, {
scenario :: lightspeed@ops@contention_harness:scenario(),
max_lease_window_p95_ms :: integer(),
max_checkpoint_window_events :: integer(),
max_replay_window_ms :: integer(),
max_queue_depth :: integer(),
max_retry_attempts :: integer()
}).