Use decimal notation

This commit is contained in:
Jonas Schievink 2020-12-10 18:03:37 +01:00
parent 19508b474f
commit 829d9d36eb

View File

@ -17,7 +17,7 @@ use crate::{
///
/// If an invocation produces more tokens than this limit, it will not be stored in the database and
/// an error will be emitted.
const TOKEN_LIMIT: usize = 0x80000;
const TOKEN_LIMIT: usize = 524288;
#[derive(Debug, Clone, Eq, PartialEq)]
pub enum TokenExpander {