defaultconf: Set default clusters as auto.

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2023-11-18 16:59:44 +07:00
parent 0f76628728
commit 6aa8125f8c

View File

@ -7,7 +7,8 @@ module.exports = {
port: "8080",
// Clusters.
clusters: 4,
// 0 will make bostr run clusters with available parallelism / CPU cores.
clusters: 0,
// Log about bouncer connection with relays?
log_about_relays: false,