diff -r e698e3e75420 -r e6a44bc91bc2 rust/hg-core/src/utils.rs --- a/rust/hg-core/src/utils.rs Tue Nov 05 15:18:32 2024 +0100 +++ b/rust/hg-core/src/utils.rs Tue Nov 05 15:21:09 2024 +0100 @@ -542,7 +542,7 @@ /// Force the global rayon threadpool to not exceed 16 concurrent threads /// unless the user has specified a value. /// This is a stop-gap measure until we figure out why using more than 16 -/// threads makes `status` slower for each additional thread. +/// threads makes `status` and `update` slower for each additional thread. /// /// TODO find the underlying cause and fix it, then remove this. ///