mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-17 21:32:43 +01:00
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:
parent
a3ae67a2c4
commit
fc57162955
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bostr",
|
||||
"version": "2.1.5-6",
|
||||
"version": "2.1.5-7",
|
||||
"description": "Nostr relay bouncer",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user