This commit is contained in:
kunfei
2022-03-11 15:39:25 +08:00
parent 1bf49c5da1
commit d46064edc5
@@ -11,7 +11,7 @@ interface RuleDataInterface {
putBigVariable(key, value)
true
}
value.length < 1000 -> {
value.length < 10000 -> {
variableMap[key] = value
true
}