@@ -375,6 +375,9 @@ public class RunBuild {
updateSceneStyleEntity.setUpdateTime(new Date());
sceneStyleService.updateById(updateSceneStyleEntity);
}
+ if (times > 500) {
+ throw new RuntimeException("渲染次数大于500次,直接宣定报错");
+ }
if (over) {