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

Commit1af9f64

Browse files
committed
Revert agent conn stats
1 parent4b6992c commit1af9f64

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎agent/agent.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ func New(options Options) io.Closer {
123123
tempDir:options.TempDir,
124124
lifecycleUpdate:make(chanstruct{},1),
125125
lifecycleReported:make(chan codersdk.WorkspaceAgentLifecycle,1),
126-
// TODO: This is a temporary hack to make tests not flake.
127-
// @kylecarbs has a better solution in here: https://github.com/coder/coder/pull/6469
128-
connStatsChan:make(chan*agentsdk.Stats,8),
126+
connStatsChan:make(chan*agentsdk.Stats,1),
129127
}
130128
a.init(ctx)
131129
returna

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp