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 eea1682 commit 394eb42Copy full SHA for 394eb42
test-basic/client.js
@@ -48,13 +48,8 @@ Object.keys(connection).forEach(function(key){
48
var otherDb = marklogic.createDatabaseClient(otherConnection);
49
50
var agentConnection = {
51
-<<<<<<< HEAD
52
- agent: new YAgent({keepAlive: true, keepAliveTimeoutMsecs: 1000})
53
-}
54
-=======
55
agent: new http.Agent({keepAlive: true, keepAliveTimeoutMsecs: 1000})
56
};
57
->>>>>>> 1ad64b6... use native Node.js HTTP Agent #544
58
Object.keys(otherConnection).forEach(function(key){
59
if (agentConnection[key] === undefined) {
60
agentConnection[key] = otherConnection[key];
0 commit comments