feat(pages): Disable AiScript step limitation to improve usability

This commit is contained in:
syuilo 2020-04-17 15:51:25 +09:00
parent f4076973a2
commit 505b99cb00

View file

@ -77,7 +77,6 @@ export class ASEvaluator {
},
log: (type, params) => {
},
maxStep: 16384
});
}