Commit bda1d0d2061da2c0d56e8b0adcf705808183c697

Authored by Adhidarma Hadiwinoto
1 parent a8d8febd90
Exists in master

CENTER: process.title separator

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

center/messaging/trx-center.js
... ... @@ -16,7 +16,7 @@ const heartbeat = require('../../heartbeat');
16 16  
17 17 let transport;
18 18  
19   -process.title = "KOMODO-CENTER@" + config.origin.replace(/\W/g, '-');
  19 +process.title = "KOMODO-CENTER-" + config.origin.replace(/\W/g, '-').toUpperCase();
20 20  
21 21 heartbeat.setModuleType('center')
22 22