enforce max-keys

This commit is contained in:
leah 2025-06-13 19:15:25 +01:00
parent 2275bed000
commit db4b23bb48
5 changed files with 33 additions and 2 deletions

View file

@ -728,7 +728,7 @@ type Config struct {
Enabled bool
MaxSubs int `yaml:"max-subs"`
MaxKeys int `yaml:"max-keys"`
MaxValueBytes int `yaml:"max-value-length"`
MaxValueBytes int `yaml:"max-value-length"` // todo: currently unenforced!!
}
WebPush struct {