Skip to main content

TOKEN_LIMIT

Constant TOKEN_LIMIT 

Source
pub(crate) const TOKEN_LIMIT: usize = 2_097_152;
Expand description

Total limit on the number of tokens produced by any macro invocation.

If an invocation produces more tokens than this limit, it will not be stored in the database and an error will be emitted.

Actual max for analysis-stats . at some point: 30672.