mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user