diff --git a/rust/worker/chroma_config.yaml b/rust/worker/chroma_config.yaml index b0f8c80aceb..9fab1f154c6 100644 --- a/rust/worker/chroma_config.yaml +++ b/rust/worker/chroma_config.yaml @@ -32,7 +32,7 @@ worker: log: Grpc: host: "logservice.chroma" - port: 50052 + port: 50051 dispatcher: num_worker_threads: 4 dispatcher_queue_size: 100 diff --git a/rust/worker/src/config.rs b/rust/worker/src/config.rs index 637c5cac98a..560557fd045 100644 --- a/rust/worker/src/config.rs +++ b/rust/worker/src/config.rs @@ -165,7 +165,7 @@ mod tests { log: Grpc: host: "localhost" - port: 50052 + port: 50051 dispatcher: num_worker_threads: 4 dispatcher_queue_size: 100 @@ -217,7 +217,7 @@ mod tests { log: Grpc: host: "localhost" - port: 50052 + port: 50051 dispatcher: num_worker_threads: 4 dispatcher_queue_size: 100 @@ -285,7 +285,7 @@ mod tests { log: Grpc: host: "localhost" - port: 50052 + port: 50051 dispatcher: num_worker_threads: 4 dispatcher_queue_size: 100 @@ -333,7 +333,7 @@ mod tests { log: Grpc: host: "localhost" - port: 50052 + port: 50051 dispatcher: num_worker_threads: 4 dispatcher_queue_size: 100