Skip to content

Commit d1868a3

Browse files
committed
Remove TODO.
1 parent 2e38a65 commit d1868a3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

driver-core/src/main/com/mongodb/internal/operation/ChangeStreamBatchCursor.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ final class ChangeStreamBatchCursor<T> implements AggregateResponseBatchCursor<T
8787
this.binding = binding.retain();
8888
this.initialOperationContext = operationContext
8989
.withOverride(TimeoutContext::withMaxTimeAsMaxAwaitTimeOverride)
90-
//TODO-JAVA-6058. Temporary workaround to reset any server deprioritization
91-
// state from the previous find operation.
9290
.withServerDeprioritization(new OperationContext.ServerDeprioritization());
9391
this.wrapped = wrapped;
9492
this.resumeToken = resumeToken;

0 commit comments

Comments
 (0)