Compare View

switch
from
...
to
 
Commits (4)

Changes

Showing 4 changed files Side-by-side Diff

... ... @@ -104,6 +104,7 @@ function pullTask() {
104 104 }
105 105  
106 106 if (config.pull_task_use_post) {
  107 + //logger.verbose('Requesting PULL-TASK to CORE using POST');
107 108 options.method = 'POST';
108 109 options.form = body_or_qs;
109 110 }
... ... @@ -33,7 +33,7 @@ function sendHeartbeat() {
33 33 }
34 34 }
35 35  
36   - request.post(requestOptions, function(err, res, body) { });
  36 + //request.post(requestOptions, function(err, res, body) { });
37 37 }
38 38  
39 39 setInterval(
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.33.9",
  3 + "version": "1.33.10",
4 4 "lockfileVersion": 1,
5 5 "requires": true,
6 6 "dependencies": {
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.33.9",
  3 + "version": "1.33.10",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {