Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcac1303

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 of30 minutes.
1 parent9668cba commitcac1303

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)

[8]ページ先頭

©2009-2025 Movatter.jp