Skip to content

Commit bb21028

Browse files
committed
Improve comment
1 parent c16edad commit bb21028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/sync/streaming_sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ impl StreamingSyncIteration {
707707
}
708708
}
709709

710-
// Clean up default subscriptions that are no longer active.
710+
// Clean up subscriptions that are no longer active and haven't been requested explicitly.
711711
for subscription in &tracked_subscriptions {
712712
if !subscription.local.has_subscribed_manually() && subscription.server.is_none() {
713713
self.adapter.delete_subscription(subscription.local.id)?;

0 commit comments

Comments
 (0)