Skip to content

Commit a50d37a

Browse files
committed
chore: remove non-critical http configs
1 parent 12e8fcb commit a50d37a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

salesforce-to-mysql-data-sync/sf_functions.bal

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ final salesforce:Client salesforceEP = check new ({
3333
count: 3,
3434
interval: 5.0,
3535
statusCodes: [http:STATUS_INTERNAL_SERVER_ERROR, http:STATUS_SERVICE_UNAVAILABLE]
36-
},
37-
httpVersion: http:HTTP_1_1,
38-
http1Settings: {
39-
keepAlive: http:KEEPALIVE_NEVER
4036
}
4137
});
4238

0 commit comments

Comments
 (0)