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