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 12e8fcb commit a50d37aCopy full SHA for a50d37a
salesforce-to-mysql-data-sync/sf_functions.bal
@@ -33,10 +33,6 @@ final salesforce:Client salesforceEP = check new ({
33
count: 3,
34
interval: 5.0,
35
statusCodes: [http:STATUS_INTERNAL_SERVER_ERROR, http:STATUS_SERVICE_UNAVAILABLE]
36
- },
37
- httpVersion: http:HTTP_1_1,
38
- http1Settings: {
39
- keepAlive: http:KEEPALIVE_NEVER
40
}
41
});
42
0 commit comments