We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e74855 commit a8afac7Copy full SHA for a8afac7
components/ws-manager/pkg/manager/monitor.go
@@ -54,7 +54,7 @@ const (
54
// eventpoolWorkers is the number of workers in the event workpool. This number limits how many workspace events can be handled
55
// in parallel; that is NOT the same as "how many workspaces can start in parallel". The event handling per workspace is written
56
// so that it's quick in the "hot path" (i.e. less than 500ms). Thus this number should be around 0.5*expected(events per second).
57
- eventpoolWorkers = 100
+ eventpoolWorkers = 1
58
)
59
60
var (
0 commit comments