diff --git a/app/static/examples/config.example.yml b/app/static/examples/config.example.yml index 1888e31..fa553cd 100644 --- a/app/static/examples/config.example.yml +++ b/app/static/examples/config.example.yml @@ -39,19 +39,15 @@ rate_limit: # Rate limits for different event categories category_limits: ephemeral: - kind: 0 limit: 100 # Events per second burst: 200 # Allowed burst parameterized_replaceable: - kind: 0 limit: 5 burst: 10 regular: - kind: 0 limit: 25 burst: 50 replaceable: - kind: 0 limit: 10 burst: 20 diff --git a/server/utils/watchConfig.go b/server/utils/watchConfig.go index 1f0d5c3..4643c81 100644 --- a/server/utils/watchConfig.go +++ b/server/utils/watchConfig.go @@ -49,4 +49,4 @@ func WatchConfigFile(filePath string, restartChan chan<- struct{}) { log.Println("Error watching file:", err) } } -} \ No newline at end of file +}