From e93443935062f0c7c21f72adb1f18a152cfe9c01 Mon Sep 17 00:00:00 2001 From: ChenX Date: Sat, 2 Jan 2021 21:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96:=E5=87=8F=E5=B0=91=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=91=A8=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DatabaseServices/HistoricManage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DatabaseServices/HistoricManage.ts b/src/DatabaseServices/HistoricManage.ts index f3e7382f7..4ca148a44 100644 --- a/src/DatabaseServices/HistoricManage.ts +++ b/src/DatabaseServices/HistoricManage.ts @@ -137,7 +137,7 @@ export class HistoricManage extends CADObject // this.historyRecord.shift(); // this.curIndex--; // } - else if (this.historyRecord.length > 120 && this.historyRecord.length % 10 === 0) + else if (this.historyRecord.length > 200 && this.historyRecord.length % 100 === 0) Toaster({ message: "警告:命令操作次数已经很多了,建议您使用PU命令进行清理图纸,避免图纸卡顿!", timeout: 3000,