chore: bump debounce from 5 minutes to 30 minutes (#17111)

To ensure OOM/OOD isn't too spammy we want to have a debounce period of
30 minutes.
This commit is contained in:
Danielle Maywood
2025-03-26 14:33:10 +00:00
committed by GitHub
parent 9668cba0e5
commit cac130346d

View File

@ -121,7 +121,7 @@ func New(opts Options) *API {
Clock: opts.Clock,
Database: opts.Database,
NotificationsEnqueuer: opts.NotificationsEnqueuer,
Debounce: 5 * time.Minute,
Debounce: 30 * time.Minute,
Config: resourcesmonitor.Config{
NumDatapoints: 20,