Skip to content

Commit edd0b35

Browse files
fix comment
1 parent 90ca090 commit edd0b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/subscription/module_subscription_manager.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ impl SubscriptionManager {
835835
//
836836
// Because transaction processing is currently single-threaded,
837837
// the risks of holding the tx lock for longer than necessary,
838-
// as well as additional the message processing overhead on the client,
838+
// as well as the additional message processing overhead on the client,
839839
// outweighed the benefit of reduced cpu with the former approach.
840840
let mut ops_bin_uncompressed: Option<(CompressableQueryUpdate<BsatnFormat>, _, _)> = None;
841841
let mut ops_json: Option<(QueryUpdate<JsonFormat>, _, _)> = None;

0 commit comments

Comments
 (0)