From fc57162955871ce9d77d2d4c6c810ecbf8b5d447 Mon Sep 17 00:00:00 2001 From: Yonle Date: Sun, 5 May 2024 23:16:19 +0700 Subject: [PATCH] defaultconf: run bostr in numbers of clusters based of available parallelism / CPU cores Signed-off-by: Yonle --- config.js.example | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js.example b/config.js.example index 7e1bb48..a566738 100644 --- a/config.js.example +++ b/config.js.example @@ -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 diff --git a/package.json b/package.json index 4dbf40c..76a3c0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bostr", - "version": "2.1.5-6", + "version": "2.1.5-7", "description": "Nostr relay bouncer", "main": "index.js", "scripts": {