mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 03:29:02 +08:00
fix: reduced rate limit to 2 of each events in 1 min
This commit is contained in:
parent
4b13b0a8a4
commit
db704b212d
@ -44,7 +44,7 @@ const HEART_BEAT_DURATION = 6 * time.Hour
|
||||
// const HEART_BEAT_DURATION = 10 * time.Second
|
||||
|
||||
const RATE_LIMIT_CHECK_DURATION = 1 * time.Minute
|
||||
const RATE_LIMIT_VALUE = 10
|
||||
const RATE_LIMIT_VALUE = 2
|
||||
|
||||
// const RATE_LIMIT_CHECK_DURATION = 20 * time.Second
|
||||
// const RATE_LIMIT_VALUE = 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user