优化:减少提示周期

pull/1330/MERGE
ChenX 4 years ago
parent ca23424d77
commit e934439350

@ -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,

Loading…
Cancel
Save