Skip to content

Commit da841d0

Browse files
easyCZroboquat
authored andcommitted
[public-api] Set proxy connection pool to size 500
1 parent 8b1b590 commit da841d0

File tree

1 file changed

+1
-1
lines changed
  • components/public-api-server/pkg/server

1 file changed

+1
-1
lines changed

components/public-api-server/pkg/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func Start(logger *logrus.Entry, version string, cfg *config.Configuration) erro
4646
return fmt.Errorf("failed to parse Gitpod API URL: %w", err)
4747
}
4848

49-
connPool, err := proxy.NewConnectionPool(gitpodAPI, 3000)
49+
connPool, err := proxy.NewConnectionPool(gitpodAPI, 500)
5050
if err != nil {
5151
return fmt.Errorf("failed to setup connection pool: %w", err)
5252
}

0 commit comments

Comments
 (0)