Skip to content

Commit cac1303

Browse files
chore: bump debounce from 5 minutes to 30 minutes (coder#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

+1-1
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)