[feat] increase limit more
This commit is contained in:
@@ -378,7 +378,7 @@ type matcherArg = {
|
|||||||
consistantChar?:boolean
|
consistantChar?:boolean
|
||||||
}
|
}
|
||||||
const matcher = (p1:string,matcherArg:matcherArg) => {
|
const matcher = (p1:string,matcherArg:matcherArg) => {
|
||||||
if(p1.length > 30000){
|
if(p1.length > 100000){
|
||||||
return ''
|
return ''
|
||||||
}
|
}
|
||||||
const lowerCased = p1.toLocaleLowerCase()
|
const lowerCased = p1.toLocaleLowerCase()
|
||||||
|
|||||||
Reference in New Issue
Block a user