Skip to content

Commit cac1303

Browse files
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.
1 parent 9668cba commit cac1303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/agentapi/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func New(opts Options) *API {
121121
Clock: opts.Clock,
122122
Database: opts.Database,
123123
NotificationsEnqueuer: opts.NotificationsEnqueuer,
124-
Debounce: 5 * time.Minute,
124+
Debounce: 30 * time.Minute,
125125

126126
Config: resourcesmonitor.Config{
127127
NumDatapoints: 20,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy