mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-17 00:38:50 +00:00
increase tag limits, thanks to Jeremy for the tip
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user