Skip to content

Commit 4f36942

Browse files
committed
increase limit
1 parent e75e2f8 commit 4f36942

File tree

1 file changed

+1
-1
lines changed
  • crates/hir-expand/src

1 file changed

+1
-1
lines changed

crates/hir-expand/src/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use crate::{
2525
/// an error will be emitted.
2626
///
2727
/// Actual max for `analysis-stats .` at some point: 30672.
28-
static TOKEN_LIMIT: Limit = Limit::new(524_288);
28+
static TOKEN_LIMIT: Limit = Limit::new(1_048_576);
2929

3030
#[derive(Debug, Clone, Eq, PartialEq)]
3131
pub enum TokenExpander {

0 commit comments

Comments
 (0)