We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10165e4 commit 3d54c4fCopy full SHA for 3d54c4f
src/test/31-conflicts.ts
@@ -12,7 +12,7 @@ describe("config.maxRetries", () => {
12
const collectionName = `collection-${Date.now()}`;
13
let db: Database, collection: DocumentCollection<{ data: number }>;
14
before(async () => {
15
- system = new Database(config);
+ system = new Database({ ...config, agentOptions: { maxSockets: 1_000 } });
16
if (Array.isArray(config.url) && config.loadBalancingStrategy !== "NONE") {
17
await system.acquireHostList();
18
}
0 commit comments