Use decimal notation
This commit is contained in:
parent
19508b474f
commit
829d9d36eb
@ -17,7 +17,7 @@ use crate::{
|
|||||||
///
|
///
|
||||||
/// If an invocation produces more tokens than this limit, it will not be stored in the database and
|
/// If an invocation produces more tokens than this limit, it will not be stored in the database and
|
||||||
/// an error will be emitted.
|
/// an error will be emitted.
|
||||||
const TOKEN_LIMIT: usize = 0x80000;
|
const TOKEN_LIMIT: usize = 524288;
|
||||||
|
|
||||||
#[derive(Debug, Clone, Eq, PartialEq)]
|
#[derive(Debug, Clone, Eq, PartialEq)]
|
||||||
pub enum TokenExpander {
|
pub enum TokenExpander {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user