Browse Source

fix default regex

main
ghost 9 months ago
parent
commit
bb29992fdd
  1. 4
      example/config.json

4
example/config.json

@ -71,11 +71,11 @@
{ {
"key": "key":
{ {
"regex":"/^.{1,255}$/ui" "regex":"/.{1,255}/ui"
}, },
"value": "value":
{ {
"regex":"/^.{1,3072}$/ui" "regex":"/.{1,3072}/ui"
}, },
"pool": "pool":
{ {

Loading…
Cancel
Save