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

Commit29ced72

Browse files
authored
1 parent034641d commit29ced72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎agent/agent.go

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp