[feat] nest max 512

This commit is contained in:
kwaroran
2023-07-25 05:19:12 +09:00
parent ebbaf28d77
commit ead87f3836

View File

@@ -512,7 +512,7 @@ export function risuChatParser(da:string, arg:{
let pointer = 0; let pointer = 0;
let nested:string[] = [""] let nested:string[] = [""]
let pf = performance.now() let pf = performance.now()
let v = new Uint8Array(255) let v = new Uint8Array(512)
const matcherObj = { const matcherObj = {
chatID: chatID, chatID: chatID,
chara: chara, chara: chara,