defaultconf: run bostr in numbers of clusters based of available parallelism / CPU cores

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2024-05-05 23:16:19 +07:00
parent a3ae67a2c4
commit fc57162955
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ module.exports = {
// Clusters.
// 0 will make bostr run clusters with available parallelism / CPU cores.
clusters: 1,
clusters: 0,
// Numbers of idle sessions to be created
// Default: 1

View File

@ -1,6 +1,6 @@
{
"name": "bostr",
"version": "2.1.5-6",
"version": "2.1.5-7",
"description": "Nostr relay bouncer",
"main": "index.js",
"scripts": {