increase tag limits, thanks to Jeremy for the tip

This commit is contained in:
Doug Hoyte
2023-02-05 01:50:26 -05:00
parent ac896400b9
commit 1987c5a669
2 changed files with 4 additions and 4 deletions

View File

@ -197,7 +197,7 @@ config:
default: 300
- name: events__maxNumTags
desc: "Maximum number of tags allowed"
default: 250
default: 2000
- name: events__maxTagValSize
desc: "Maximum size for tag values, in bytes"
default: 255
default: 1024

View File

@ -106,8 +106,8 @@ events {
ephemeralEventsLifetimeSeconds = 300
# Maximum number of tags allowed
maxNumTags = 250
maxNumTags = 2000
# Maximum size for tag values, in bytes
maxTagValSize = 255
maxTagValSize = 1024
}