We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f2b18 commit 1e06a01Copy full SHA for 1e06a01
1 file changed
src/sdam/topology.ts
@@ -213,7 +213,6 @@ export class Topology extends TypedEventEmitter<TopologyEvents> {
213
hello?: Document;
214
_type?: string;
215
216
- /** @internal */
217
tokenBucket = new TokenBucket(INITIAL_TOKEN_BUCKET_SIZE);
218
219
client!: MongoClient;
0 commit comments