Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
processtitle: Set as "Bostr (keeper)" for init code.
Browse files Browse the repository at this point in the history
Signed-off-by: Yonle <[email protected]>
  • Loading branch information
Yonle committed May 10, 2024
1 parent 81fd6eb commit d499135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

process.title = "Bostr (main)";
process.title = "Bostr (keeper)";

const config = require(process.env.BOSTR_CONFIG_PATH || "./config");
const cluster = require("cluster");
Expand Down

0 comments on commit d499135

Please sign in to comment.