Skip to main content

MAX_PROGRESS_VALUE

Constant MAX_PROGRESS_VALUE 

Source
pub const MAX_PROGRESS_VALUE: u64 = 9_007_199_254_740_991;
Expand description

JSON numbers consumed by the shared browser console must remain exact too; this is JavaScript’s Number.MAX_SAFE_INTEGER, narrower than the SQL BIGINT columns.