From 167317a4354a600b94b805f9b64c9b2e7da47c02 Mon Sep 17 00:00:00 2001 From: Daniel Rammer Date: Mon, 22 Jan 2024 10:47:52 -0600 Subject: [PATCH] and final command Signed-off-by: Daniel Rammer --- flytepropeller/cmd/controller/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flytepropeller/cmd/controller/cmd/root.go b/flytepropeller/cmd/controller/cmd/root.go index 02d0067663..e1069650ad 100644 --- a/flytepropeller/cmd/controller/cmd/root.go +++ b/flytepropeller/cmd/controller/cmd/root.go @@ -144,7 +144,7 @@ func executeRootCmd(baseCtx context.Context, cfg *config2.Config) error { DefaultNamespaces: namespaceConfigs, }, NewCache: executors.NewCache, - NewClient: executors.BuildNewClientFunc(50000, propellerScope), + NewClient: executors.BuildNewClientFunc(propellerScope), Metrics: metricsserver.Options{ // Disable metrics serving BindAddress: "0",