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