Add config struct

This commit is contained in:
eyedeekay
2025-02-03 15:31:18 -05:00
parent 656fa82e1c
commit 210616857c

View File

@ -1,6 +1,6 @@
package limitedlistener
type LimitConfig struct {
type LimitedConfig struct {
MaxConns int
RateLimit float64
}