Browse Source

fix default regex

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

4
example/config.json

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

Loading…
Cancel
Save