提交 90931873 编写于 作者: A Alex Dima

Fixes #32118: increase MODEL_SYNC_LIMIT from 5MB to 50MB

上级 3927d042
......@@ -30,7 +30,7 @@ export interface ITextModelCreationData {
}
export class TextModel implements editorCommon.ITextModel {
private static MODEL_SYNC_LIMIT = 5 * 1024 * 1024; // 5 MB
private static MODEL_SYNC_LIMIT = 50 * 1024 * 1024; // 50 MB
private static MODEL_TOKENIZATION_LIMIT = 20 * 1024 * 1024; // 20 MB
private static MANY_MANY_LINES = 300 * 1000; // 300K lines
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册