diff options
Diffstat (limited to 'cli/lsp/performance.rs')
-rw-r--r-- | cli/lsp/performance.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/performance.rs b/cli/lsp/performance.rs index 05e586ffd..c8c467809 100644 --- a/cli/lsp/performance.rs +++ b/cli/lsp/performance.rs @@ -83,7 +83,7 @@ impl Default for Performance { fn default() -> Self { Self { counts: Default::default(), - max_size: 1_000, + max_size: 3_000, measures: Default::default(), } } |