We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e38a65 commit d1868a3Copy full SHA for d1868a3
1 file changed
driver-core/src/main/com/mongodb/internal/operation/ChangeStreamBatchCursor.java
@@ -87,8 +87,6 @@ final class ChangeStreamBatchCursor<T> implements AggregateResponseBatchCursor<T
87
this.binding = binding.retain();
88
this.initialOperationContext = operationContext
89
.withOverride(TimeoutContext::withMaxTimeAsMaxAwaitTimeOverride)
90
- //TODO-JAVA-6058. Temporary workaround to reset any server deprioritization
91
- // state from the previous find operation.
92
.withServerDeprioritization(new OperationContext.ServerDeprioritization());
93
this.wrapped = wrapped;
94
this.resumeToken = resumeToken;
0 commit comments