Skip to content

Commit

Permalink
Remove node worker ID
Browse files Browse the repository at this point in the history
  • Loading branch information
tcristina committed Feb 13, 2013
1 parent 49f2d06 commit de07195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audience-meter.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if (cluster.isMaster)
}
else
{
process.title = 'audience-meter: worker ' + process.env.NODE_UNIQUE_ID;
process.title = 'audience-meter: worker ';

require('./lib/worker').Worker
({
Expand Down

0 comments on commit de07195

Please sign in to comment.