From febd55d887d925210fd2dbeb87dcd1b6a93ee083 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Tue, 29 Oct 2024 11:22:41 -0600 Subject: [PATCH] Fix wrong UpdateWorktree chunk size being used in release mode (#19912) Release Notes: - Fixed slowness when collaborating Co-authored-by: Thorsten --- crates/language_model/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/language_model/Cargo.toml b/crates/language_model/Cargo.toml index 74a2ed0ed0d7e19e4206078fd5bb0750fef4a5c0..685b022340e0bdb3bec79a7dcd3914236fd02816 100644 --- a/crates/language_model/Cargo.toml +++ b/crates/language_model/Cargo.toml @@ -38,7 +38,7 @@ menu.workspace = true ollama = { workspace = true, features = ["schemars"] } open_ai = { workspace = true, features = ["schemars"] } parking_lot.workspace = true -proto = { workspace = true, features = ["test-support"] } +proto.workspace = true project.workspace = true schemars.workspace = true serde.workspace = true @@ -62,6 +62,7 @@ env_logger.workspace = true language = { workspace = true, features = ["test-support"] } log.workspace = true project = { workspace = true, features = ["test-support"] } +proto = { workspace = true, features = ["test-support"] } rand.workspace = true text = { workspace = true, features = ["test-support"] } unindent.workspace = true