Compare View
Commits (2)
Changes
Showing 2 changed files Side-by-side Diff
gateway/pull.js
... | ... | @@ -8,6 +8,10 @@ const matrix = require('../matrix'); |
8 | 8 | const controlPanel = require('../control-panel'); |
9 | 9 | const heartbeat = require('../heartbeat'); |
10 | 10 | |
11 | +if (config.handler_name) { | |
12 | + process.title = "KOMODO-GW@" + config.handler_name; | |
13 | +} | |
14 | + | |
11 | 15 | heartbeat.setModuleType('gateway'); |
12 | 16 | |
13 | 17 | var partner; |