Commit cb87e54773f336a111c2bc9b99dcf77c8d8d3989

Authored by Adhidarma Hadiwinoto
1 parent dfaddca746
Exists in master

connection keep-alive

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

partner-kospinjasa.js
... ... @@ -296,7 +296,7 @@ function billpayment(task, balance) {
296 296 }
297 297  
298 298 topupResponseHandler(task, result, balance, soapClient);
299   - }, {timeout: 120000, time: true});
  299 + }, {timeout: 120000, time: true}, {connection: 'keep-alive'});
300 300 });
301 301 }
302 302